author | eilers <eilers> | 2004-12-20 15:58:35 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-12-20 15:58:35 (UTC) |
commit | 5e6703a05b5655fc5f6df3802813ab89cbef689f (patch) (side-by-side diff) | |
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 ! -Compile OPIE: +Compile OPIE (Please don't forget to read the following "Known Bugs" section!): Set your environment @@ -115,6 +115,6 @@ Therefore this project will not compile out of the box. You have to compile in a -Pass 1: Find the line "LIBS += -lopiedb2 -lqpe" in the file include.pro and comment out it (put a "#" - in front of it) +Pass 1: Find the line "LIBS += -lopiedb2 -lqpe" or "LIBS += -lqpe" and the line "LIBS += -lopiecore2" in the file include.pro + and comment them out (put a "#" in front of them) Do a "make -k" to compile what is already compileable (some will not compile) -Pass 2: Remove the comment from Pass1 and do a "make". The rest should compile now successfully. +Pass 2: Remove the comments from Pass1 and do a "make". The rest should compile successfully. 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 # CONFIG_TARGET_C700 is not set +# CONFIG_TARGET_OE is not set # CONFIG_TARGET_IPAQ is not set @@ -23,2 +24,3 @@ CONFIG_SPECFILE="qws/macx-generic-g++" CONFIG_EXPERIMENTAL=y +# CONFIG_USE_CCACHE is not set @@ -36,2 +38,3 @@ CONFIG_USE_FILE_NOTIFICATION=y # CONFIG_OPIE_TASKBAR_LOCK_KEY_STATE is not set +# CONFIG_LIBQPE_WITHROHFEEDBACK is not set # CONFIG_OPIE_NO_SOUND_PCM_READ_BITS is not set @@ -56,3 +59,2 @@ CONFIG_LIBQPE=y # CONFIG_X11 is not set -CONFIG_LIBOPIE=y @@ -65,6 +67,6 @@ CONFIG_LIBOPIE2DB=y # -# libopie2net needs a libqpe and libopie2core +# libopie2net needs a libqpe, libopie2core and libpcap dependency # CONFIG_LIBOPIE2PIM=y -CONFIG_SQL_PIM_BACKEND=y +# CONFIG_SQL_PIM_BACKEND is not set CONFIG_LIBOPIE2UI=y @@ -102,3 +104,2 @@ CONFIG_HOMEAPPLET=y # CONFIG_LOGOUTAPPLET is not set -# CONFIG_OBEX is not set # CONFIG_RESTARTAPPLET is not set @@ -110,2 +111,4 @@ CONFIG_HOMEAPPLET=y # CONFIG_VTAPPLET is not set +# CONFIG_AUTOROTATEAPPLET is not set +# CONFIG_BRIGHTNESSAPPLET is not set # CONFIG_MEMORYAPPLET is not set @@ -116,2 +119,4 @@ CONFIG_HOMEAPPLET=y CONFIG_NOTESAPPLET=y +# CONFIG_PYQUICKLAUNCH is not set +# CONFIG_ZKBAPPLET is not set @@ -132,2 +137,6 @@ CONFIG_CONFEDIT=y # CONFIG_OPIE-CONSOLE is not set + +# +# gutenbrowser needs a libqpe, ftplib, libopie2core and libopie2ui +# # CONFIG_OPIE-READER is not set @@ -136,3 +145,2 @@ CONFIG_OPIE-WRITE=y CONFIG_OXYGEN=y -# CONFIG_QASHMONEY is not set CONFIG_TABLEVIEWER=y @@ -144,9 +152,4 @@ CONFIG_TABLEVIEWER=y # -# CONFIG_GSMTOOL is not set # CONFIG_KEYPEBBLE is not set # CONFIG_MOBILEMSG is not set - -# -# Net -# # CONFIG_FTPLIB is not set @@ -162,4 +165,2 @@ CONFIG_TABLEVIEWER=y # CONFIG_OPIE-RDESKTOP is not set -# CONFIG_OPIETOOTH is not set -# CONFIG_UBROWSER is not set @@ -191,2 +192,4 @@ CONFIG_TABLEVIEWER=y # CONFIG_WORDGAME is not set +# CONFIG_ZLINES is not set +# CONFIG_ZSAME is not set @@ -199,3 +202,8 @@ CONFIG_DRAWPAD=y # CONFIG_CAMERA is not set + +# +# opieplayer2 requires libopie2core, libopie2ui and libxine +# # CONFIG_OPIEREC is not set +# CONFIG_POWERCHORD is not set # CONFIG_SHOWIMG is not set @@ -227,5 +235,5 @@ CONFIG_UNIKEYBOARD=y # +# CONFIG_OBEX is not set CONFIG_ADDRESSBOOK=y CONFIG_DATEBOOK=y -CONFIG_DATEBOOK2=y CONFIG_OSEARCH=y @@ -263,2 +271,3 @@ CONFIG_LANGUAGE=y # CONFIG_INTERFACES is not set +# CONFIG_NS2CORE is not set # CONFIG_SOUND is not set @@ -295,3 +304,5 @@ CONFIG_LIQUID=y CONFIG_METAL=y +# CONFIG_PHASE is not set CONFIG_THEME=y +# CONFIG_WEBSTYLE is not set @@ -305,3 +316,7 @@ CONFIG_EUROCONV=y CONFIG_OPIE-SH=y -CONFIG_PIMCONVERTER=y + +# +# The pim converter needs libqpe, libopie2core, libopie2pim, libopie2db and SQL Backend for libopie2pim +# +# CONFIG_PYQUICKLAUNCHER is not set # CONFIG_REMOTE is not set @@ -325,6 +340,2 @@ CONFIG_PIMCONVERTER=y # -# CONFIG_FILEBROWSER is not set -# CONFIG_MAILIT is not set -# CONFIG_OIPKG is not set -# CONFIG_QPDF is not set |