-rw-r--r-- | config.in | 17 | ||||
-rw-r--r-- | core/launcher/config.in | 2 | ||||
-rw-r--r-- | core/multimedia/opieplayer/config.in | 6 | ||||
-rw-r--r-- | core/multimedia/opieplayer/libmad/config.in | 4 | ||||
-rw-r--r-- | core/multimedia/opieplayer/libmpeg3/config.in | 4 | ||||
-rw-r--r-- | core/multimedia/opieplayer/modplug/config.in | 4 | ||||
-rw-r--r-- | core/multimedia/opieplayer/wavplugin/config.in | 2 | ||||
-rw-r--r-- | core/opie-login/config.in | 2 |
8 files changed, 25 insertions, 16 deletions
@@ -65,71 +65,82 @@ config OPTIMIZATIONS | |||
65 | # default "arm-linux-" | 65 | # default "arm-linux-" |
66 | # help | 66 | # help |
67 | # Crosscompilation prefix is the prefix which will be prepended | 67 | # Crosscompilation prefix is the prefix which will be prepended |
68 | # to all compilation commands. For example, a crosscompilation prefix | 68 | # to all compilation commands. For example, a crosscompilation prefix |
69 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. | 69 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. |
70 | 70 | ||
71 | endmenu | 71 | endmenu |
72 | 72 | ||
73 | menu "Base" | 73 | menu "Base" |
74 | choice | 74 | choice |
75 | prompt "Qpe Library Selection" | 75 | prompt "Qpe Library Selection" |
76 | default LIBQPE | 76 | default LIBQPE |
77 | 77 | ||
78 | source library/config.in | 78 | source library/config.in |
79 | source x11/config.in | 79 | source x11/config.in |
80 | endchoice | 80 | endchoice |
81 | source libopie/config.in | 81 | source libopie/config.in |
82 | source core/opie-login/config.in | 82 | source core/opie-login/config.in |
83 | source core/opiealarm/config.in | 83 | source core/opiealarm/config.in |
84 | source core/launcher/config.in | 84 | source core/launcher/config.in |
85 | endmenu | 85 | endmenu |
86 | 86 | ||
87 | comment "" | 87 | comment "" |
88 | 88 | ||
89 | #config APPLETS | ||
90 | # bool "Applets" | ||
91 | # default "y" | ||
92 | |||
89 | menu "Applets" | 93 | menu "Applets" |
94 | # depends APPLETS | ||
95 | |||
90 | source core/applets/config.in | 96 | source core/applets/config.in |
91 | source noncore/applets/config.in | 97 | source noncore/applets/config.in |
92 | endmenu | 98 | endmenu |
99 | |||
100 | #config APPS | ||
101 | # bool "Apps" | ||
102 | # default "y" | ||
103 | |||
93 | menu "Apps" | 104 | menu "Apps" |
105 | # depends APPS | ||
106 | |||
94 | source core/apps/config.in | 107 | source core/apps/config.in |
95 | source noncore/apps/config.in | 108 | source noncore/apps/config.in |
96 | endmenu | 109 | endmenu |
110 | |||
97 | menu "Communications and Networking" | 111 | menu "Communications and Networking" |
98 | source noncore/comm/config.in | 112 | source noncore/comm/config.in |
99 | source noncore/mail/config.in | 113 | source noncore/mail/config.in |
100 | source noncore/net/config.in | 114 | source noncore/net/config.in |
101 | endmenu | 115 | endmenu |
102 | menu "Games" | 116 | menu "Games" |
103 | source noncore/games/config.in | 117 | source noncore/games/config.in |
104 | endmenu | 118 | endmenu |
105 | menu "Graphics and Multimedia" | 119 | menu "Graphics and Multimedia" |
106 | source freetype/config.in | 120 | source freetype/config.in |
107 | source noncore/graphics/config.in | 121 | source noncore/graphics/config.in |
108 | source core/multimedia/config.in | 122 | source core/multimedia/config.in |
109 | source noncore/multimedia/config.in | 123 | source noncore/multimedia/config.in |
110 | endmenu | 124 | endmenu |
111 | menu "Input methods" | 125 | menu "Input methods" |
112 | source inputmethods/config.in | 126 | source inputmethods/config.in |
113 | endmenu | 127 | endmenu |
114 | menu "Pim" | 128 | menu "Pim" |
115 | source core/pim/config.in | 129 | source core/pim/config.in |
116 | menu "Today Plugins" | 130 | menu "Today Plugins" |
117 | source noncore/todayplugins/config.in | 131 | source noncore/todayplugins/config.in |
118 | source core/pim/today/plugins/config.in | 132 | source core/pim/today/plugins/config.in |
119 | endmenu | 133 | endmenu |
120 | endmenu | 134 | endmenu |
121 | menu "Settings" | 135 | menu "Settings" |
122 | source core/settings/config.in | 136 | source core/settings/config.in |
123 | source noncore/settings/config.in | 137 | source noncore/settings/config.in |
124 | endmenu | 138 | endmenu |
125 | menu "Theming" | 139 | menu "Theming" |
126 | source noncore/decorations/config.in | 140 | source noncore/decorations/config.in |
127 | source noncore/styles/config.in | 141 | source noncore/styles/config.in |
128 | endmenu | 142 | endmenu |
129 | menu "Tools" | 143 | menu "Tools" |
130 | source noncore/tools/config.in | 144 | source noncore/tools/config.in |
131 | source development/config.in | 145 | source development/config.in |
132 | endmenu | 146 | endmenu |
133 | menu "Unsupported" | ||
134 | source noncore/unsupported/config.in | ||
135 | endmenu | ||
diff --git a/core/launcher/config.in b/core/launcher/config.in index 1917fd0..5405cc2 100644 --- a/core/launcher/config.in +++ b/core/launcher/config.in | |||
@@ -1,16 +1,16 @@ | |||
1 | config LAUNCHER | 1 | config LAUNCHER |
2 | boolean "launcher" | 2 | boolean "Launcher" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
5 | 5 | ||
6 | if LAUNCHER | 6 | if LAUNCHER |
7 | config PRELOAD | 7 | config PRELOAD |
8 | boolean | 8 | boolean |
9 | default "y" | 9 | default "y" |
10 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LAUNCHER | 10 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LAUNCHER |
11 | 11 | ||
12 | config LAUNCHER_CORE | 12 | config LAUNCHER_CORE |
13 | boolean | 13 | boolean |
14 | default "y" | 14 | default "y" |
15 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LAUNCHER && PRELOAD | 15 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LAUNCHER && PRELOAD |
16 | endif | 16 | endif |
diff --git a/core/multimedia/opieplayer/config.in b/core/multimedia/opieplayer/config.in index 5b6fca5..e63d9ec 100644 --- a/core/multimedia/opieplayer/config.in +++ b/core/multimedia/opieplayer/config.in | |||
@@ -1,12 +1,10 @@ | |||
1 | menu "opieplayer" | ||
2 | |||
3 | config OPIEPLAYER | 1 | config OPIEPLAYER |
4 | boolean "opieplayer" | 2 | boolean "Opieplayer" |
5 | default "y" | 3 | default "y" |
6 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
5 | |||
7 | source core/multimedia/opieplayer/libflash/config.in | 6 | source core/multimedia/opieplayer/libflash/config.in |
8 | source core/multimedia/opieplayer/libmad/config.in | 7 | source core/multimedia/opieplayer/libmad/config.in |
9 | source core/multimedia/opieplayer/libmpeg3/config.in | 8 | source core/multimedia/opieplayer/libmpeg3/config.in |
10 | source core/multimedia/opieplayer/modplug/config.in | 9 | source core/multimedia/opieplayer/modplug/config.in |
11 | source core/multimedia/opieplayer/wavplugin/config.in | 10 | source core/multimedia/opieplayer/wavplugin/config.in |
12 | endmenu | ||
diff --git a/core/multimedia/opieplayer/libmad/config.in b/core/multimedia/opieplayer/libmad/config.in index 03354b6..1239166 100644 --- a/core/multimedia/opieplayer/libmad/config.in +++ b/core/multimedia/opieplayer/libmad/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIBMAD | 1 | config LIBMAD |
2 | boolean "libmad" | 2 | boolean "libmadplugin" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEPLAYER |
diff --git a/core/multimedia/opieplayer/libmpeg3/config.in b/core/multimedia/opieplayer/libmpeg3/config.in index a72865f..b634594 100644 --- a/core/multimedia/opieplayer/libmpeg3/config.in +++ b/core/multimedia/opieplayer/libmpeg3/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIBMPEG3 | 1 | config LIBMPEG3 |
2 | boolean "libmpeg3" | 2 | boolean "libmpeg3plugin" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEPLAYER |
diff --git a/core/multimedia/opieplayer/modplug/config.in b/core/multimedia/opieplayer/modplug/config.in index 67fbe8c..769db1b 100644 --- a/core/multimedia/opieplayer/modplug/config.in +++ b/core/multimedia/opieplayer/modplug/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MODPLUG | 1 | config MODPLUG |
2 | boolean "modplug" | 2 | boolean "modplugin" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEPLAYER |
diff --git a/core/multimedia/opieplayer/wavplugin/config.in b/core/multimedia/opieplayer/wavplugin/config.in index c5201c7..6e4c4b3 100644 --- a/core/multimedia/opieplayer/wavplugin/config.in +++ b/core/multimedia/opieplayer/wavplugin/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WAVPLUGIN | 1 | config WAVPLUGIN |
2 | boolean "wavplugin" | 2 | boolean "wavplugin" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEPLAYER |
diff --git a/core/opie-login/config.in b/core/opie-login/config.in index fe5cc7e..ba428ba 100644 --- a/core/opie-login/config.in +++ b/core/opie-login/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OPIE-LOGIN | 1 | config OPIE-LOGIN |
2 | boolean "opie-login" | 2 | boolean "Opie-login (Initial Login app, ala xdm/kdm/gdm)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |