author | mickeyl <mickeyl> | 2005-04-27 17:36:57 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-04-27 17:36:57 (UTC) |
commit | de20c0fd9df84ec55408fceb3df416e45e1df7d5 (patch) (unidiff) | |
tree | 31e9257bae568264daa05ea563c9ee041dd56d1b /config.in | |
parent | 90eab99ca45af9b0c9dc0d8eaa049a7d8e4b0f15 (diff) | |
download | opie-de20c0fd9df84ec55408fceb3df416e45e1df7d5.zip opie-de20c0fd9df84ec55408fceb3df416e45e1df7d5.tar.gz opie-de20c0fd9df84ec55408fceb3df416e45e1df7d5.tar.bz2 |
add hotplug-qcop skeleton
-rw-r--r-- | config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -184,32 +184,33 @@ menu "Dependencies" | |||
184 | source dependencies.in | 184 | source dependencies.in |
185 | endmenu | 185 | endmenu |
186 | 186 | ||
187 | menu "Base" | 187 | menu "Base" |
188 | choice | 188 | choice |
189 | prompt "Qpe Library Selection" | 189 | prompt "Qpe Library Selection" |
190 | default LIBQPE | 190 | default LIBQPE |
191 | source library/config.in | 191 | source library/config.in |
192 | source x11/config.in | 192 | source x11/config.in |
193 | endchoice | 193 | endchoice |
194 | source libopie2/config.in | 194 | source libopie2/config.in |
195 | source libqtaux/config.in | 195 | source libqtaux/config.in |
196 | source rsync/config.in | 196 | source rsync/config.in |
197 | source core/opie-login/config.in | 197 | source core/opie-login/config.in |
198 | source core/opiealarm/config.in | 198 | source core/opiealarm/config.in |
199 | source core/tools/quicklauncher/config.in | 199 | source core/tools/quicklauncher/config.in |
200 | source core/tools/hotplug-qcop/config.in | ||
200 | source core/launcher/config.in | 201 | source core/launcher/config.in |
201 | source core/symlinker/config.in | 202 | source core/symlinker/config.in |
202 | endmenu | 203 | endmenu |
203 | 204 | ||
204 | comment "" | 205 | comment "" |
205 | 206 | ||
206 | menu "Applets" | 207 | menu "Applets" |
207 | source core/applets/config.in | 208 | source core/applets/config.in |
208 | source noncore/applets/config.in | 209 | source noncore/applets/config.in |
209 | endmenu | 210 | endmenu |
210 | 211 | ||
211 | menu "Apps" | 212 | menu "Apps" |
212 | source core/apps/config.in | 213 | source core/apps/config.in |
213 | source noncore/apps/config.in | 214 | source noncore/apps/config.in |
214 | endmenu | 215 | endmenu |
215 | 216 | ||