author | kergoth <kergoth> | 2003-01-16 05:28:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 05:28:25 (UTC) |
commit | 6237632680a8ea7817ee21ba68e3ecd263fd60e3 (patch) (side-by-side diff) | |
tree | f3540a3590a234ad624f30fbefa30a701b0d34ee /config.in | |
parent | cd9112437d1380d00a47eb845f1fc11be23ffc47 (diff) | |
download | opie-6237632680a8ea7817ee21ba68e3ecd263fd60e3.zip opie-6237632680a8ea7817ee21ba68e3ecd263fd60e3.tar.gz opie-6237632680a8ea7817ee21ba68e3ecd263fd60e3.tar.bz2 |
Cleanup and formatting.
-rw-r--r-- | config.in | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -65,71 +65,82 @@ config OPTIMIZATIONS # default "arm-linux-" # help # Crosscompilation prefix is the prefix which will be prepended # to all compilation commands. For example, a crosscompilation prefix # of arm-linux-, results in the build calling arm-linux-gcc as its CC. endmenu menu "Base" choice prompt "Qpe Library Selection" default LIBQPE source library/config.in source x11/config.in endchoice source libopie/config.in source core/opie-login/config.in source core/opiealarm/config.in source core/launcher/config.in endmenu comment "" +#config APPLETS +# bool "Applets" +# default "y" + menu "Applets" +# depends APPLETS + source core/applets/config.in source noncore/applets/config.in endmenu + +#config APPS +# bool "Apps" +# default "y" + menu "Apps" +# depends APPS + source core/apps/config.in source noncore/apps/config.in endmenu + menu "Communications and Networking" source noncore/comm/config.in source noncore/mail/config.in source noncore/net/config.in endmenu menu "Games" source noncore/games/config.in endmenu menu "Graphics and Multimedia" source freetype/config.in source noncore/graphics/config.in source core/multimedia/config.in source noncore/multimedia/config.in endmenu menu "Input methods" source inputmethods/config.in endmenu menu "Pim" source core/pim/config.in menu "Today Plugins" source noncore/todayplugins/config.in source core/pim/today/plugins/config.in endmenu endmenu menu "Settings" source core/settings/config.in source noncore/settings/config.in endmenu menu "Theming" source noncore/decorations/config.in source noncore/styles/config.in endmenu menu "Tools" source noncore/tools/config.in source development/config.in endmenu -menu "Unsupported" - source noncore/unsupported/config.in -endmenu |