author | zecke <zecke> | 2005-02-08 22:59:18 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-08 22:59:18 (UTC) |
commit | f24d8318de30b47ec8f877293fd175deaa0b914c (patch) (unidiff) | |
tree | 980c18e803b7b85573e1ab11a9ade2b281273d3e /config.in | |
parent | 7cff42233a2e0e2761f54fea89db785c7b519c94 (diff) | |
download | opie-f24d8318de30b47ec8f877293fd175deaa0b914c.zip opie-f24d8318de30b47ec8f877293fd175deaa0b914c.tar.gz opie-f24d8318de30b47ec8f877293fd175deaa0b914c.tar.bz2 |
-Kill the need to compile Opie against a patched version of Qt/E
Remove the setStyle and setFont overrides
as a result remove settings from the buildsystem and the Apperance GUI
We do this as we won't run NeoCal or TKC Apps on a GCC3 (now default compiler)
libqpe, to run these applications one can use oz-compat
-rw-r--r-- | config.in | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -62,136 +62,128 @@ config STATIC | |||
62 | config DEBUG | 62 | config DEBUG |
63 | boolean "Enable debug builds" | 63 | boolean "Enable debug builds" |
64 | default n | 64 | default n |
65 | 65 | ||
66 | config RELEASE | 66 | config RELEASE |
67 | bool | 67 | bool |
68 | default y | 68 | default y |
69 | depends !DEBUG | 69 | depends !DEBUG |
70 | 70 | ||
71 | config QUICK_LAUNCH | 71 | config QUICK_LAUNCH |
72 | boolean "Enable Quick Launch" | 72 | boolean "Enable Quick Launch" |
73 | default n if TARGET_X86 | 73 | default n if TARGET_X86 |
74 | default y if ! TARGET_X86 | 74 | default y if ! TARGET_X86 |
75 | 75 | ||
76 | config QUICKLAUNCH_PATH | 76 | config QUICKLAUNCH_PATH |
77 | string "Path to quicklauncher" | 77 | string "Path to quicklauncher" |
78 | default "./quicklauncher" if TARGET_X86 | 78 | default "./quicklauncher" if TARGET_X86 |
79 | default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 | 79 | default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 |
80 | 80 | ||
81 | config SPECFILE | 81 | config SPECFILE |
82 | string | 82 | string |
83 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 83 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
84 | default "linux-g++" if TARGET_X86 && X11 | 84 | default "linux-g++" if TARGET_X86 && X11 |
85 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 85 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
86 | default "linux-g++" if TARGET_SHARP && X11 | 86 | default "linux-g++" if TARGET_SHARP && X11 |
87 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 87 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
88 | default "linux-g++" if TARGET_IPAQ && X11 | 88 | default "linux-g++" if TARGET_IPAQ && X11 |
89 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 89 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
90 | default "linux-g++" if TARGET_RAMSES && X11 | 90 | default "linux-g++" if TARGET_RAMSES && X11 |
91 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 91 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
92 | default "linux-g++" if TARGET_SIMPAD && X11 | 92 | default "linux-g++" if TARGET_SIMPAD && X11 |
93 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) | 93 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
94 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) | 94 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
95 | default "qws/linux-oe-g++" if TARGET_OE && (!X11) | 95 | default "qws/linux-oe-g++" if TARGET_OE && (!X11) |
96 | 96 | ||
97 | config CUSTOMFILE | 97 | config CUSTOMFILE |
98 | string | 98 | string |
99 | default "custom-ipaq.h" if TARGET_IPAQ | 99 | default "custom-ipaq.h" if TARGET_IPAQ |
100 | default "custom-sharp.h" if TARGET_SHARP | 100 | default "custom-sharp.h" if TARGET_SHARP |
101 | default "custom-ramses.h" if TARGET_RAMSES | 101 | default "custom-ramses.h" if TARGET_RAMSES |
102 | default "custom-ipaq.h" if TARGET_SIMPAD | 102 | default "custom-ipaq.h" if TARGET_SIMPAD |
103 | default "custom-yopy.h" if TARGET_YOPY | 103 | default "custom-yopy.h" if TARGET_YOPY |
104 | 104 | ||
105 | config OPTIMIZATIONS | 105 | config OPTIMIZATIONS |
106 | string "Optimization flags" | 106 | string "Optimization flags" |
107 | depends OPTIMIZE | 107 | depends OPTIMIZE |
108 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 108 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
109 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY | 109 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
110 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 110 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
111 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 111 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
112 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 112 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
113 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 | 113 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
114 | 114 | ||
115 | config EXPERIMENTAL | 115 | config EXPERIMENTAL |
116 | bool "Prompt for development and/or incomplete items" | 116 | bool "Prompt for development and/or incomplete items" |
117 | default y | 117 | default y |
118 | 118 | ||
119 | config USE_CCACHE | 119 | config USE_CCACHE |
120 | bool "Use ccache, if available?" | 120 | bool "Use ccache, if available?" |
121 | default y | 121 | default y |
122 | 122 | ||
123 | endmenu | 123 | endmenu |
124 | 124 | ||
125 | menu "Configuration" | 125 | menu "Configuration" |
126 | config OPIE_NO_OVERRIDE_QT | ||
127 | boolean "Build Opie against an unpatched version of Qt" | ||
128 | default n | ||
129 | |||
130 | config OPIE_NO_ERASERECT_FIX | ||
131 | boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" | ||
132 | default n | ||
133 | |||
134 | config OPIE_NO_BUILTIN_SHUTDOWN | 126 | config OPIE_NO_BUILTIN_SHUTDOWN |
135 | boolean "Disable the built in shutdown application" | 127 | boolean "Disable the built in shutdown application" |
136 | default y | 128 | default y |
137 | 129 | ||
138 | config OPIE_NO_BUILTIN_CALIBRATE | 130 | config OPIE_NO_BUILTIN_CALIBRATE |
139 | boolean "Disable the built in calibrate application" | 131 | boolean "Disable the built in calibrate application" |
140 | default y if TARGET_YOPY | 132 | default y if TARGET_YOPY |
141 | default n if ! TARGET_YOPY | 133 | default n if ! TARGET_YOPY |
142 | 134 | ||
143 | config OPIE_SOUND_FRAGMENT_SHIFT | 135 | config OPIE_SOUND_FRAGMENT_SHIFT |
144 | string "The sound fragment used in Opie Player I" | 136 | string "The sound fragment used in Opie Player I" |
145 | default "14" if TARGET_IPAQ | 137 | default "14" if TARGET_IPAQ |
146 | default "16" if ! TARGET_IPAQ | 138 | default "16" if ! TARGET_IPAQ |
147 | 139 | ||
148 | config USE_REALTIME_AUDIO_THREAD | 140 | config USE_REALTIME_AUDIO_THREAD |
149 | boolean "Use a realtime thread in Opie Player I" | 141 | boolean "Use a realtime thread in Opie Player I" |
150 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP | 142 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
151 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 143 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
152 | 144 | ||
153 | config QT_QWS_ALLOW_OVERCLOCK | 145 | config QT_QWS_ALLOW_OVERCLOCK |
154 | boolean "Allow the user to overclock the device" | 146 | boolean "Allow the user to overclock the device" |
155 | depends TARGET_RAMSES | 147 | depends TARGET_RAMSES |
156 | default n | 148 | default n |
157 | 149 | ||
158 | config USE_FILE_NOTIFICATION | 150 | config USE_FILE_NOTIFICATION |
159 | boolean "Substitute (some) polling interfaces with OFileNotifier" | 151 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
160 | default y | 152 | default y |
161 | 153 | ||
162 | config OPIE_NEW_ALLOC | 154 | config OPIE_NEW_ALLOC |
163 | boolean "Use malloc and free for the implementation" | 155 | boolean "Use malloc and free for the implementation" |
164 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 156 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
165 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 157 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
166 | 158 | ||
167 | config OPIE_TASKBAR_LOCK_KEY_STATE | 159 | config OPIE_TASKBAR_LOCK_KEY_STATE |
168 | boolean "Have a KeyLock state indicator on the taskbar" | 160 | boolean "Have a KeyLock state indicator on the taskbar" |
169 | default y if TARGET_SHARP | 161 | default y if TARGET_SHARP |
170 | default n if !TARGET_SHARP | 162 | default n if !TARGET_SHARP |
171 | 163 | ||
172 | config LIBQPE_WITHROHFEEDBACK | 164 | config LIBQPE_WITHROHFEEDBACK |
173 | boolean "Build libqpe with Right-On-Hold feedback" | 165 | boolean "Build libqpe with Right-On-Hold feedback" |
174 | default y | 166 | default y |
175 | 167 | ||
176 | config OPIE_NO_SOUND_PCM_READ_BITS | 168 | config OPIE_NO_SOUND_PCM_READ_BITS |
177 | boolean "There is not a pcm_read_bits io control" | 169 | boolean "There is not a pcm_read_bits io control" |
178 | default y if TARGET_SHARP | 170 | default y if TARGET_SHARP |
179 | default n if ! TARGET_SHARP | 171 | default n if ! TARGET_SHARP |
180 | endmenu | 172 | endmenu |
181 | 173 | ||
182 | menu "Dependencies" | 174 | menu "Dependencies" |
183 | source dependencies.in | 175 | source dependencies.in |
184 | endmenu | 176 | endmenu |
185 | 177 | ||
186 | menu "Base" | 178 | menu "Base" |
187 | choice | 179 | choice |
188 | prompt "Qpe Library Selection" | 180 | prompt "Qpe Library Selection" |
189 | default LIBQPE | 181 | default LIBQPE |
190 | source library/config.in | 182 | source library/config.in |
191 | source x11/config.in | 183 | source x11/config.in |
192 | endchoice | 184 | endchoice |
193 | source libopie2/config.in | 185 | source libopie2/config.in |
194 | source libqtaux/config.in | 186 | source libqtaux/config.in |
195 | source rsync/config.in | 187 | source rsync/config.in |
196 | source core/opie-login/config.in | 188 | source core/opie-login/config.in |
197 | source core/opiealarm/config.in | 189 | source core/opiealarm/config.in |