author | mickeyl <mickeyl> | 2003-11-06 14:30:25 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-06 14:30:25 (UTC) |
commit | 29bb76c638c81d7aa59b933170c43aa2051b25f4 (patch) (unidiff) | |
tree | e2ce9d125043aee6612e6c930bdef3e38315fe49 | |
parent | 0b55f9efe488141e13bcaf84f5a05dfc69b550ba (diff) | |
download | opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.zip opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.tar.gz opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.tar.bz2 |
bring quicklauncher into the config system
-rw-r--r-- | config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,96 +55,97 @@ config OPIE_NO_OVERRIDE_QT | |||
55 | config SPECFILE | 55 | config SPECFILE |
56 | string | 56 | string |
57 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 57 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
58 | default "linux-g++" if TARGET_X86 && X11 | 58 | default "linux-g++" if TARGET_X86 && X11 |
59 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 59 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
60 | default "linux-g++" if TARGET_SHARP && X11 | 60 | default "linux-g++" if TARGET_SHARP && X11 |
61 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 61 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
62 | default "linux-g++" if TARGET_IPAQ && X11 | 62 | default "linux-g++" if TARGET_IPAQ && X11 |
63 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 63 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
64 | default "linux-g++" if TARGET_RAMSES && X11 | 64 | default "linux-g++" if TARGET_RAMSES && X11 |
65 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 65 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
66 | default "linux-g++" if TARGET_SIMPAD && X11 | 66 | default "linux-g++" if TARGET_SIMPAD && X11 |
67 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) | 67 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
68 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) | 68 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
69 | 69 | ||
70 | config CUSTOMFILE | 70 | config CUSTOMFILE |
71 | string | 71 | string |
72 | default "custom-ipaq.h" if TARGET_IPAQ | 72 | default "custom-ipaq.h" if TARGET_IPAQ |
73 | default "custom-sharp.h" if TARGET_SHARP | 73 | default "custom-sharp.h" if TARGET_SHARP |
74 | default "custom-ramses.h" if TARGET_RAMSES | 74 | default "custom-ramses.h" if TARGET_RAMSES |
75 | default "custom-ipaq.h" if TARGET_SIMPAD | 75 | default "custom-ipaq.h" if TARGET_SIMPAD |
76 | default "custom-yopy.h" if TARGET_YOPY | 76 | default "custom-yopy.h" if TARGET_YOPY |
77 | 77 | ||
78 | config OPTIMIZATIONS | 78 | config OPTIMIZATIONS |
79 | string "Optimization flags" | 79 | string "Optimization flags" |
80 | depends OPTIMIZE | 80 | depends OPTIMIZE |
81 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 81 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY | 82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
83 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 83 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
84 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 84 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
85 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 85 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
86 | 86 | ||
87 | config EXPERIMENTAL | 87 | config EXPERIMENTAL |
88 | bool "Prompt for development and/or incomplete items" | 88 | bool "Prompt for development and/or incomplete items" |
89 | default y | 89 | default y |
90 | 90 | ||
91 | endmenu | 91 | endmenu |
92 | 92 | ||
93 | menu "Base" | 93 | menu "Base" |
94 | choice | 94 | choice |
95 | prompt "Qpe Library Selection" | 95 | prompt "Qpe Library Selection" |
96 | default LIBQPE | 96 | default LIBQPE |
97 | source library/config.in | 97 | source library/config.in |
98 | source x11/config.in | 98 | source x11/config.in |
99 | endchoice | 99 | endchoice |
100 | source libopie/config.in | 100 | source libopie/config.in |
101 | source core/opie-login/config.in | 101 | source core/opie-login/config.in |
102 | source core/opiealarm/config.in | 102 | source core/opiealarm/config.in |
103 | source core/tools/quicklauncher/config.in | ||
103 | source core/launcher/config.in | 104 | source core/launcher/config.in |
104 | source core/qws/config.in | 105 | source core/qws/config.in |
105 | endmenu | 106 | endmenu |
106 | 107 | ||
107 | comment "" | 108 | comment "" |
108 | 109 | ||
109 | menu "Applets" | 110 | menu "Applets" |
110 | source core/applets/config.in | 111 | source core/applets/config.in |
111 | source noncore/applets/config.in | 112 | source noncore/applets/config.in |
112 | endmenu | 113 | endmenu |
113 | 114 | ||
114 | menu "Apps" | 115 | menu "Apps" |
115 | source core/apps/config.in | 116 | source core/apps/config.in |
116 | source noncore/apps/config.in | 117 | source noncore/apps/config.in |
117 | endmenu | 118 | endmenu |
118 | 119 | ||
119 | menu "Communications and Networking" | 120 | menu "Communications and Networking" |
120 | source noncore/comm/config.in | 121 | source noncore/comm/config.in |
121 | source noncore/mail/config.in | 122 | source noncore/mail/config.in |
122 | source noncore/net/config.in | 123 | source noncore/net/config.in |
123 | endmenu | 124 | endmenu |
124 | 125 | ||
125 | menu "Games" | 126 | menu "Games" |
126 | source noncore/games/config.in | 127 | source noncore/games/config.in |
127 | endmenu | 128 | endmenu |
128 | 129 | ||
129 | menu "Graphics and Multimedia" | 130 | menu "Graphics and Multimedia" |
130 | source freetype/config.in | 131 | source freetype/config.in |
131 | source noncore/graphics/config.in | 132 | source noncore/graphics/config.in |
132 | source core/multimedia/config.in | 133 | source core/multimedia/config.in |
133 | source noncore/multimedia/config.in | 134 | source noncore/multimedia/config.in |
134 | endmenu | 135 | endmenu |
135 | 136 | ||
136 | menu "Input methods" | 137 | menu "Input methods" |
137 | source inputmethods/config.in | 138 | source inputmethods/config.in |
138 | endmenu | 139 | endmenu |
139 | 140 | ||
140 | menu "Pim" | 141 | menu "Pim" |
141 | source core/pim/config.in | 142 | source core/pim/config.in |
142 | menu "Today Plugins" | 143 | menu "Today Plugins" |
143 | source noncore/todayplugins/config.in | 144 | source noncore/todayplugins/config.in |
144 | source core/pim/today/plugins/config.in | 145 | source core/pim/today/plugins/config.in |
145 | endmenu | 146 | endmenu |
146 | endmenu | 147 | endmenu |
147 | 148 | ||
148 | menu "Settings" | 149 | menu "Settings" |
149 | source core/settings/config.in | 150 | source core/settings/config.in |
150 | source noncore/settings/config.in | 151 | source noncore/settings/config.in |