author | kergoth <kergoth> | 2003-01-16 05:12:28 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 05:12:28 (UTC) |
commit | ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2 (patch) (unidiff) | |
tree | ca49caadf5e3629ec0be98a38ee1f47661977578 /config.in | |
parent | cc976ca7f032c892d3dadcaadf2225c8869a6612 (diff) | |
download | opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.zip opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.tar.gz opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.tar.bz2 |
Move most of config categorization into root config, and consolated core vs noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
-rw-r--r-- | config.in | 60 |
1 files changed, 53 insertions, 7 deletions
@@ -65,25 +65,71 @@ 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 "Libraries" | 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 freetype/config.in | 82 | source core/opie-login/config.in |
83 | source core/opiealarm/config.in | ||
84 | source core/launcher/config.in | ||
83 | endmenu | 85 | endmenu |
84 | 86 | ||
85 | source inputmethods/config.in | 87 | comment "" |
86 | source core/config.in | 88 | |
87 | source noncore/config.in | 89 | menu "Applets" |
88 | source development/config.in | 90 | source core/applets/config.in |
89 | source quickexec/config.in | 91 | source noncore/applets/config.in |
92 | endmenu | ||
93 | menu "Apps" | ||
94 | source core/apps/config.in | ||
95 | source noncore/apps/config.in | ||
96 | endmenu | ||
97 | menu "Communications and Networking" | ||
98 | source noncore/comm/config.in | ||
99 | source noncore/mail/config.in | ||
100 | source noncore/net/config.in | ||
101 | endmenu | ||
102 | menu "Games" | ||
103 | source noncore/games/config.in | ||
104 | endmenu | ||
105 | menu "Graphics and Multimedia" | ||
106 | source freetype/config.in | ||
107 | source noncore/graphics/config.in | ||
108 | source core/multimedia/config.in | ||
109 | source noncore/multimedia/config.in | ||
110 | endmenu | ||
111 | menu "Input methods" | ||
112 | source inputmethods/config.in | ||
113 | endmenu | ||
114 | menu "Pim" | ||
115 | source core/pim/config.in | ||
116 | menu "Today Plugins" | ||
117 | source noncore/todayplugins/config.in | ||
118 | source core/pim/today/plugins/config.in | ||
119 | endmenu | ||
120 | endmenu | ||
121 | menu "Settings" | ||
122 | source core/settings/config.in | ||
123 | source noncore/settings/config.in | ||
124 | endmenu | ||
125 | menu "Theming" | ||
126 | source noncore/decorations/config.in | ||
127 | source noncore/styles/config.in | ||
128 | endmenu | ||
129 | menu "Tools" | ||
130 | source noncore/tools/config.in | ||
131 | source development/config.in | ||
132 | endmenu | ||
133 | menu "Unsupported" | ||
134 | source noncore/unsupported/config.in | ||
135 | endmenu | ||