-rw-r--r-- | development/macosx/config_macosx | 59 | ||||
-rw-r--r-- | development/macosx/set_vars.sh | 10 |
2 files changed, 54 insertions, 15 deletions
diff --git a/development/macosx/config_macosx b/development/macosx/config_macosx index 53a1c9b..39bf3fc 100644 --- a/development/macosx/config_macosx +++ b/development/macosx/config_macosx | |||
@@ -9,4 +9,5 @@ | |||
9 | CONFIG_TARGET_MACOSX=y | 9 | CONFIG_TARGET_MACOSX=y |
10 | # CONFIG_TARGET_SHARP is not set | 10 | # CONFIG_TARGET_SHARP is not set |
11 | # CONFIG_TARGET_C700 is not set | ||
11 | # CONFIG_TARGET_IPAQ is not set | 12 | # CONFIG_TARGET_IPAQ is not set |
12 | # CONFIG_TARGET_RAMSES is not set | 13 | # CONFIG_TARGET_RAMSES is not set |
@@ -14,4 +15,6 @@ CONFIG_TARGET_MACOSX=y | |||
14 | # CONFIG_TARGET_YOPY is not set | 15 | # CONFIG_TARGET_YOPY is not set |
15 | # CONFIG_OPTIMIZE is not set | 16 | # CONFIG_OPTIMIZE is not set |
17 | # CONFIG_THREADED is not set | ||
18 | # CONFIG_STATIC is not set | ||
16 | CONFIG_DEBUG=y | 19 | CONFIG_DEBUG=y |
17 | CONFIG_QUICK_LAUNCH=y | 20 | CONFIG_QUICK_LAUNCH=y |
@@ -24,12 +27,26 @@ CONFIG_EXPERIMENTAL=y | |||
24 | # | 27 | # |
25 | # CONFIG_OPIE_NO_OVERRIDE_QT is not set | 28 | # CONFIG_OPIE_NO_OVERRIDE_QT is not set |
29 | # CONFIG_OPIE_NO_ERASERECT_FIX is not set | ||
26 | # CONFIG_OPIE_NO_BUILTIN_SHUTDOWN is not set | 30 | # CONFIG_OPIE_NO_BUILTIN_SHUTDOWN is not set |
27 | # CONFIG_OPIE_NO_BUILTIN_CALIBRATE is not set | 31 | # CONFIG_OPIE_NO_BUILTIN_CALIBRATE is not set |
28 | CONFIG_OPIE_SOUND_FRAGMENT_SHIFT="16" | 32 | CONFIG_OPIE_SOUND_FRAGMENT_SHIFT="16" |
29 | # CONFIG_USE_REALTIME_AUDIO_THREAD is not set | 33 | # CONFIG_USE_REALTIME_AUDIO_THREAD is not set |
30 | # CONFIG_OPIE_HIGH_RES_SMALL_PHY is not set | 34 | CONFIG_USE_FILE_NOTIFICATION=y |
31 | # CONFIG_OPIE_NEW_ALLOC is not set | 35 | # CONFIG_OPIE_NEW_ALLOC is not set |
36 | # CONFIG_OPIE_TASKBAR_LOCK_KEY_STATE is not set | ||
32 | # CONFIG_OPIE_NO_SOUND_PCM_READ_BITS is not set | 37 | # CONFIG_OPIE_NO_SOUND_PCM_READ_BITS is not set |
33 | CONFIG_OPIE_WE_VERSION="15" | 38 | |
39 | # | ||
40 | # Dependencies | ||
41 | # | ||
42 | # CONFIG_LIBETPAN_DEP is not set | ||
43 | # CONFIG_LIBPCAP_DEP is not set | ||
44 | CONFIG_LIBSQLITE_DEP=y | ||
45 | CONFIG_LIBSQLITE_LIB_DIR="/usr/local/lib" | ||
46 | CONFIG_LIBSQLITE_INC_DIR="" | ||
47 | # CONFIG_LIBXINE_DEP is not set | ||
48 | # CONFIG_LIBIPK_DEP is not set | ||
49 | # CONFIG_LIBSDL_DEP is not set | ||
50 | # CONFIG_LIBSWORD_DEP is not set | ||
34 | 51 | ||
35 | # | 52 | # |
@@ -45,9 +62,13 @@ CONFIG_LIBOPIE=y | |||
45 | CONFIG_LIBOPIE2CORE=y | 62 | CONFIG_LIBOPIE2CORE=y |
46 | CONFIG_LIBOPIE2DB=y | 63 | CONFIG_LIBOPIE2DB=y |
47 | # CONFIG_LIBOPIE2NET is not set | 64 | |
65 | # | ||
66 | # libopie2net needs a libqpe and libopie2core | ||
67 | # | ||
48 | CONFIG_LIBOPIE2PIM=y | 68 | CONFIG_LIBOPIE2PIM=y |
49 | CONFIG_SQL_PIM_BACKEND=y | 69 | CONFIG_SQL_PIM_BACKEND=y |
50 | CONFIG_LIBOPIE2UI=y | 70 | CONFIG_LIBOPIE2UI=y |
51 | # CONFIG_LIBOPIE2MM is not set | 71 | # CONFIG_LIBOPIE2MM is not set |
72 | # CONFIG_LIBOPIE2SECURITY is not set | ||
52 | 73 | ||
53 | # | 74 | # |
@@ -59,10 +80,8 @@ CONFIG_LIBOPIE2UI=y | |||
59 | # | 80 | # |
60 | CONFIG_LIBQTAUX=y | 81 | CONFIG_LIBQTAUX=y |
82 | CONFIG_LIBQRSYNC=y | ||
61 | # CONFIG_OPIE-LOGIN is not set | 83 | # CONFIG_OPIE-LOGIN is not set |
62 | # CONFIG_OPIEALARM is not set | 84 | # CONFIG_OPIEALARM is not set |
63 | CONFIG_QUICKLAUNCHER=y | 85 | CONFIG_QUICKLAUNCHER=y |
64 | CONFIG_LAUNCHER=y | ||
65 | CONFIG_PRELOAD=y | ||
66 | CONFIG_LAUNCHER_CORE=y | ||
67 | # CONFIG_SYMLINKER is not set | 86 | # CONFIG_SYMLINKER is not set |
68 | 87 | ||
@@ -74,4 +93,5 @@ CONFIG_LAUNCHER_CORE=y | |||
74 | # Applets | 93 | # Applets |
75 | # | 94 | # |
95 | CONFIG_ABOUTAPPLET=y | ||
76 | CONFIG_BATTERYAPPLET=y | 96 | CONFIG_BATTERYAPPLET=y |
77 | # CONFIG_CARDMON is not set | 97 | # CONFIG_CARDMON is not set |
@@ -81,5 +101,4 @@ CONFIG_HOMEAPPLET=y | |||
81 | # CONFIG_IRDAAPPLET is not set | 101 | # CONFIG_IRDAAPPLET is not set |
82 | # CONFIG_LOGOUTAPPLET is not set | 102 | # CONFIG_LOGOUTAPPLET is not set |
83 | # CONFIG_OBEXAPPLET is not set | ||
84 | # CONFIG_OBEX is not set | 103 | # CONFIG_OBEX is not set |
85 | # CONFIG_RESTARTAPPLET is not set | 104 | # CONFIG_RESTARTAPPLET is not set |
@@ -118,5 +137,5 @@ CONFIG_OXYGEN=y | |||
118 | # CONFIG_QASHMONEY is not set | 137 | # CONFIG_QASHMONEY is not set |
119 | CONFIG_TABLEVIEWER=y | 138 | CONFIG_TABLEVIEWER=y |
120 | # CONFIG_LIBKATE is not set | 139 | # CONFIG_TINYKATE is not set |
121 | # CONFIG_ZSAFE is not set | 140 | # CONFIG_ZSAFE is not set |
122 | 141 | ||
@@ -132,5 +151,12 @@ CONFIG_TABLEVIEWER=y | |||
132 | # | 151 | # |
133 | # CONFIG_FTPLIB is not set | 152 | # CONFIG_FTPLIB is not set |
134 | # CONFIG_LIBMAILWRAPPER is not set | 153 | |
154 | # | ||
155 | # opie-mail3 needs a libqpe, libopie2core, libopie2pim and the libmailwrapper | ||
156 | # | ||
157 | |||
158 | # | ||
159 | # mailapplet needs a libqpe, libopie2core and the libmailwrapper | ||
160 | # | ||
135 | # CONFIG_OPIEIRC is not set | 161 | # CONFIG_OPIEIRC is not set |
136 | # CONFIG_OPIE-RDESKTOP is not set | 162 | # CONFIG_OPIE-RDESKTOP is not set |
@@ -159,5 +185,4 @@ CONFIG_TABLEVIEWER=y | |||
159 | # CONFIG_QASTEROIDS is not set | 185 | # CONFIG_QASTEROIDS is not set |
160 | # CONFIG_SFCAVE is not set | 186 | # CONFIG_SFCAVE is not set |
161 | # CONFIG_SFCAVE-SDL is not set | ||
162 | # CONFIG_SNAKE is not set | 187 | # CONFIG_SNAKE is not set |
163 | # CONFIG_SOLITAIRE is not set | 188 | # CONFIG_SOLITAIRE is not set |
@@ -173,5 +198,4 @@ CONFIG_DRAWPAD=y | |||
173 | # CONFIG_OPIEPLAYER is not set | 198 | # CONFIG_OPIEPLAYER is not set |
174 | # CONFIG_CAMERA is not set | 199 | # CONFIG_CAMERA is not set |
175 | # CONFIG_OPIEPLAYER2 is not set | ||
176 | # CONFIG_OPIEREC is not set | 200 | # CONFIG_OPIEREC is not set |
177 | # CONFIG_SHOWIMG is not set | 201 | # CONFIG_SHOWIMG is not set |
@@ -210,5 +234,5 @@ CONFIG_TODO=y | |||
210 | 234 | ||
211 | # | 235 | # |
212 | # Today Plugins | 236 | # Today Plugins --- |
213 | # | 237 | # |
214 | # CONFIG_TODAY_FORTUNE is not set | 238 | # CONFIG_TODAY_FORTUNE is not set |
@@ -230,5 +254,4 @@ CONFIG_CITYTIME=y | |||
230 | CONFIG_LAUNCHER-SETTINGS=y | 254 | CONFIG_LAUNCHER-SETTINGS=y |
231 | # CONFIG_LIGHT-AND-POWER is not set | 255 | # CONFIG_LIGHT-AND-POWER is not set |
232 | CONFIG_SECURITY=y | ||
233 | CONFIG_APPEARANCE2=y | 256 | CONFIG_APPEARANCE2=y |
234 | # CONFIG_AQPKG is not set | 257 | # CONFIG_AQPKG is not set |
@@ -238,4 +261,5 @@ CONFIG_LANGUAGE=y | |||
238 | # CONFIG_MEDIUMMOUNT is not set | 261 | # CONFIG_MEDIUMMOUNT is not set |
239 | # CONFIG_NETSYSTEMTIME is not set | 262 | # CONFIG_NETSYSTEMTIME is not set |
263 | # CONFIG_INTERFACES is not set | ||
240 | # CONFIG_SOUND is not set | 264 | # CONFIG_SOUND is not set |
241 | # CONFIG_SSHKEYS is not set | 265 | # CONFIG_SSHKEYS is not set |
@@ -249,4 +273,8 @@ CONFIG_TABMANAGER=y | |||
249 | 273 | ||
250 | # | 274 | # |
275 | # Decorations --- | ||
276 | # | ||
277 | |||
278 | # | ||
251 | # Decorations | 279 | # Decorations |
252 | # | 280 | # |
@@ -256,4 +284,8 @@ CONFIG_DECO_POLISHED=y | |||
256 | 284 | ||
257 | # | 285 | # |
286 | # Styles --- | ||
287 | # | ||
288 | |||
289 | # | ||
258 | # Styles | 290 | # Styles |
259 | # | 291 | # |
@@ -272,4 +304,5 @@ CONFIG_EUROCONV=y | |||
272 | # CONFIG_FORMATTER is not set | 304 | # CONFIG_FORMATTER is not set |
273 | CONFIG_OPIE-SH=y | 305 | CONFIG_OPIE-SH=y |
306 | CONFIG_PIMCONVERTER=y | ||
274 | # CONFIG_REMOTE is not set | 307 | # CONFIG_REMOTE is not set |
275 | 308 | ||
diff --git a/development/macosx/set_vars.sh b/development/macosx/set_vars.sh index 2138d63..9693820 100644 --- a/development/macosx/set_vars.sh +++ b/development/macosx/set_vars.sh | |||
@@ -3,5 +3,7 @@ unset LD_PREBIND | |||
3 | unset LD_PREBIND_ALLOW_OVERLAP | 3 | unset LD_PREBIND_ALLOW_OVERLAP |
4 | unset LD_SEG_ADDR_TABLE | 4 | unset LD_SEG_ADDR_TABLE |
5 | 5 | unset QMAKESPEC | |
6 | # Needed to activate Prebinding capababilites (since 10.2 and newer) | ||
7 | MACOSX_DEPLOYMENT_TARGET=10.2 | ||
6 | #Set Vars for QT 2.3.2 | 8 | #Set Vars for QT 2.3.2 |
7 | THISDIR=`pwd` | 9 | THISDIR=`pwd` |
@@ -19,9 +21,13 @@ OPIEDIR=$THISDIR/opie | |||
19 | DYLD_LIBRARY_PATH="$OPIEDIR/lib":$DYLD_LIBRARY_PATH | 21 | DYLD_LIBRARY_PATH="$OPIEDIR/lib":$DYLD_LIBRARY_PATH |
20 | 22 | ||
23 | #Set special compiler | ||
24 | # PATH=$OPIEDIR/../tools/bin:$PATH | ||
25 | # DYLD_LIBRARY_PATH=$OPIEDIR/../tools/bin:$DYLD_LIBRARY_PATH | ||
26 | |||
21 | #Show special environment | 27 | #Show special environment |
22 | 28 | ||
23 | PS1='\u:(QT):\w\$ ' | 29 | PS1='\u:(QT):\w\$ ' |
24 | 30 | ||
25 | export QTDIR QPEDIR OPIEDIR PATH DYLD_LIBRARY_PATH PS1 | 31 | export QTDIR QPEDIR OPIEDIR PATH DYLD_LIBRARY_PATH PS1 MACOSX_DEPLAYMENT_TARGET |
26 | 32 | ||
27 | # Now start virtual framebuffer device.. | 33 | # Now start virtual framebuffer device.. |