author | eilers <eilers> | 2004-12-20 15:58:35 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-12-20 15:58:35 (UTC) |
commit | 5e6703a05b5655fc5f6df3802813ab89cbef689f (patch) (unidiff) | |
tree | f8b74be8fa7135aaa2eb6c3350346363099cd480 /development | |
parent | fe3914fd6a6e52f24b575b1035fa85f2bbb2f211 (diff) | |
download | opie-5e6703a05b5655fc5f6df3802813ab89cbef689f.zip opie-5e6703a05b5655fc5f6df3802813ab89cbef689f.tar.gz opie-5e6703a05b5655fc5f6df3802813ab89cbef689f.tar.bz2 |
some updates to the current version
-rw-r--r-- | development/macosx/README_MACOSX | 8 | ||||
-rw-r--r-- | development/macosx/config_macosx | 47 |
2 files changed, 33 insertions, 22 deletions
diff --git a/development/macosx/README_MACOSX b/development/macosx/README_MACOSX index 25de8d6..34360c5 100644 --- a/development/macosx/README_MACOSX +++ b/development/macosx/README_MACOSX | |||
@@ -83,3 +83,3 @@ Otherwise OPIE will fail to compile ! | |||
83 | 83 | ||
84 | Compile OPIE: | 84 | Compile OPIE (Please don't forget to read the following "Known Bugs" section!): |
85 | Set your environment | 85 | Set your environment |
@@ -115,6 +115,6 @@ Therefore this project will not compile out of the box. You have to compile in a | |||
115 | 115 | ||
116 | Pass 1: Find the line "LIBS += -lopiedb2 -lqpe" in the file include.pro and comment out it (put a "#" | 116 | Pass 1: Find the line "LIBS += -lopiedb2 -lqpe" or "LIBS += -lqpe" and the line "LIBS += -lopiecore2" in the file include.pro |
117 | in front of it) | 117 | and comment them out (put a "#" in front of them) |
118 | Do a "make -k" to compile what is already compileable (some will not compile) | 118 | Do a "make -k" to compile what is already compileable (some will not compile) |
119 | Pass 2: Remove the comment from Pass1 and do a "make". The rest should compile now successfully. | 119 | Pass 2: Remove the comments from Pass1 and do a "make". The rest should compile successfully. |
120 | 120 | ||
diff --git a/development/macosx/config_macosx b/development/macosx/config_macosx index 39bf3fc..dd94328 100644 --- a/development/macosx/config_macosx +++ b/development/macosx/config_macosx | |||
@@ -11,2 +11,3 @@ CONFIG_TARGET_MACOSX=y | |||
11 | # CONFIG_TARGET_C700 is not set | 11 | # CONFIG_TARGET_C700 is not set |
12 | # CONFIG_TARGET_OE is not set | ||
12 | # CONFIG_TARGET_IPAQ is not set | 13 | # CONFIG_TARGET_IPAQ is not set |
@@ -23,2 +24,3 @@ CONFIG_SPECFILE="qws/macx-generic-g++" | |||
23 | CONFIG_EXPERIMENTAL=y | 24 | CONFIG_EXPERIMENTAL=y |
25 | # CONFIG_USE_CCACHE is not set | ||
24 | 26 | ||
@@ -36,2 +38,3 @@ CONFIG_USE_FILE_NOTIFICATION=y | |||
36 | # CONFIG_OPIE_TASKBAR_LOCK_KEY_STATE is not set | 38 | # CONFIG_OPIE_TASKBAR_LOCK_KEY_STATE is not set |
39 | # CONFIG_LIBQPE_WITHROHFEEDBACK is not set | ||
37 | # CONFIG_OPIE_NO_SOUND_PCM_READ_BITS is not set | 40 | # CONFIG_OPIE_NO_SOUND_PCM_READ_BITS is not set |
@@ -56,3 +59,2 @@ CONFIG_LIBQPE=y | |||
56 | # CONFIG_X11 is not set | 59 | # CONFIG_X11 is not set |
57 | CONFIG_LIBOPIE=y | ||
58 | 60 | ||
@@ -65,6 +67,6 @@ CONFIG_LIBOPIE2DB=y | |||
65 | # | 67 | # |
66 | # libopie2net needs a libqpe and libopie2core | 68 | # libopie2net needs a libqpe, libopie2core and libpcap dependency |
67 | # | 69 | # |
68 | CONFIG_LIBOPIE2PIM=y | 70 | CONFIG_LIBOPIE2PIM=y |
69 | CONFIG_SQL_PIM_BACKEND=y | 71 | # CONFIG_SQL_PIM_BACKEND is not set |
70 | CONFIG_LIBOPIE2UI=y | 72 | CONFIG_LIBOPIE2UI=y |
@@ -102,3 +104,2 @@ CONFIG_HOMEAPPLET=y | |||
102 | # CONFIG_LOGOUTAPPLET is not set | 104 | # CONFIG_LOGOUTAPPLET is not set |
103 | # CONFIG_OBEX is not set | ||
104 | # CONFIG_RESTARTAPPLET is not set | 105 | # CONFIG_RESTARTAPPLET is not set |
@@ -110,2 +111,4 @@ CONFIG_HOMEAPPLET=y | |||
110 | # CONFIG_VTAPPLET is not set | 111 | # CONFIG_VTAPPLET is not set |
112 | # CONFIG_AUTOROTATEAPPLET is not set | ||
113 | # CONFIG_BRIGHTNESSAPPLET is not set | ||
111 | # CONFIG_MEMORYAPPLET is not set | 114 | # CONFIG_MEMORYAPPLET is not set |
@@ -116,2 +119,4 @@ CONFIG_HOMEAPPLET=y | |||
116 | CONFIG_NOTESAPPLET=y | 119 | CONFIG_NOTESAPPLET=y |
120 | # CONFIG_PYQUICKLAUNCH is not set | ||
121 | # CONFIG_ZKBAPPLET is not set | ||
117 | 122 | ||
@@ -132,2 +137,6 @@ CONFIG_CONFEDIT=y | |||
132 | # CONFIG_OPIE-CONSOLE is not set | 137 | # CONFIG_OPIE-CONSOLE is not set |
138 | |||
139 | # | ||
140 | # gutenbrowser needs a libqpe, ftplib, libopie2core and libopie2ui | ||
141 | # | ||
133 | # CONFIG_OPIE-READER is not set | 142 | # CONFIG_OPIE-READER is not set |
@@ -136,3 +145,2 @@ CONFIG_OPIE-WRITE=y | |||
136 | CONFIG_OXYGEN=y | 145 | CONFIG_OXYGEN=y |
137 | # CONFIG_QASHMONEY is not set | ||
138 | CONFIG_TABLEVIEWER=y | 146 | CONFIG_TABLEVIEWER=y |
@@ -144,9 +152,4 @@ CONFIG_TABLEVIEWER=y | |||
144 | # | 152 | # |
145 | # CONFIG_GSMTOOL is not set | ||
146 | # CONFIG_KEYPEBBLE is not set | 153 | # CONFIG_KEYPEBBLE is not set |
147 | # CONFIG_MOBILEMSG is not set | 154 | # CONFIG_MOBILEMSG is not set |
148 | |||
149 | # | ||
150 | # Net | ||
151 | # | ||
152 | # CONFIG_FTPLIB is not set | 155 | # CONFIG_FTPLIB is not set |
@@ -162,4 +165,2 @@ CONFIG_TABLEVIEWER=y | |||
162 | # CONFIG_OPIE-RDESKTOP is not set | 165 | # CONFIG_OPIE-RDESKTOP is not set |
163 | # CONFIG_OPIETOOTH is not set | ||
164 | # CONFIG_UBROWSER is not set | ||
165 | 166 | ||
@@ -191,2 +192,4 @@ CONFIG_TABLEVIEWER=y | |||
191 | # CONFIG_WORDGAME is not set | 192 | # CONFIG_WORDGAME is not set |
193 | # CONFIG_ZLINES is not set | ||
194 | # CONFIG_ZSAME is not set | ||
192 | 195 | ||
@@ -199,3 +202,8 @@ CONFIG_DRAWPAD=y | |||
199 | # CONFIG_CAMERA is not set | 202 | # CONFIG_CAMERA is not set |
203 | |||
204 | # | ||
205 | # opieplayer2 requires libopie2core, libopie2ui and libxine | ||
206 | # | ||
200 | # CONFIG_OPIEREC is not set | 207 | # CONFIG_OPIEREC is not set |
208 | # CONFIG_POWERCHORD is not set | ||
201 | # CONFIG_SHOWIMG is not set | 209 | # CONFIG_SHOWIMG is not set |
@@ -227,5 +235,5 @@ CONFIG_UNIKEYBOARD=y | |||
227 | # | 235 | # |
236 | # CONFIG_OBEX is not set | ||
228 | CONFIG_ADDRESSBOOK=y | 237 | CONFIG_ADDRESSBOOK=y |
229 | CONFIG_DATEBOOK=y | 238 | CONFIG_DATEBOOK=y |
230 | CONFIG_DATEBOOK2=y | ||
231 | CONFIG_OSEARCH=y | 239 | CONFIG_OSEARCH=y |
@@ -263,2 +271,3 @@ CONFIG_LANGUAGE=y | |||
263 | # CONFIG_INTERFACES is not set | 271 | # CONFIG_INTERFACES is not set |
272 | # CONFIG_NS2CORE is not set | ||
264 | # CONFIG_SOUND is not set | 273 | # CONFIG_SOUND is not set |
@@ -295,3 +304,5 @@ CONFIG_LIQUID=y | |||
295 | CONFIG_METAL=y | 304 | CONFIG_METAL=y |
305 | # CONFIG_PHASE is not set | ||
296 | CONFIG_THEME=y | 306 | CONFIG_THEME=y |
307 | # CONFIG_WEBSTYLE is not set | ||
297 | 308 | ||
@@ -305,3 +316,7 @@ CONFIG_EUROCONV=y | |||
305 | CONFIG_OPIE-SH=y | 316 | CONFIG_OPIE-SH=y |
306 | CONFIG_PIMCONVERTER=y | 317 | |
318 | # | ||
319 | # The pim converter needs libqpe, libopie2core, libopie2pim, libopie2db and SQL Backend for libopie2pim | ||
320 | # | ||
321 | # CONFIG_PYQUICKLAUNCHER is not set | ||
307 | # CONFIG_REMOTE is not set | 322 | # CONFIG_REMOTE is not set |
@@ -325,6 +340,2 @@ CONFIG_PIMCONVERTER=y | |||
325 | # | 340 | # |
326 | # CONFIG_FILEBROWSER is not set | ||
327 | # CONFIG_MAILIT is not set | ||
328 | # CONFIG_OIPKG is not set | ||
329 | # CONFIG_QPDF is not set | ||
330 | 341 | ||