diff options
author | Greg Gilbert <greg@treke.net> | 2004-11-08 11:00:20 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-11-08 11:00:20 +0000 |
commit | db65c7860b0d13453854f94b90d7e85947964725 (patch) | |
tree | 43eec4db2112dc776a5f9c74ee7755a41b587f73 /libqpe/libqpe-opie_cvs.oe | |
parent | e760419d5976bcd176d0ab27141faaed6e6edaf8 (diff) |
Added a patch to opie that starts all new applications in full screen mode if -DOPIE_NO_WINDOWED is passed to g++
BKrev: 418f51c4ouUbjqAZQniPTbM0npwXbg
Diffstat (limited to 'libqpe/libqpe-opie_cvs.oe')
-rw-r--r-- | libqpe/libqpe-opie_cvs.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libqpe/libqpe-opie_cvs.oe b/libqpe/libqpe-opie_cvs.oe index 8999324431..8914dedafb 100644 --- a/libqpe/libqpe-opie_cvs.oe +++ b/libqpe/libqpe-opie_cvs.oe @@ -7,7 +7,8 @@ DEPENDS = "uicmoc-native qte-for-opie" PROVIDES = "virtual/libqpe" PV = "1.1.6+cvs-${CVSDATE}" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/library" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/library \ + file://nomax.patch;patch=1;pnum=2" S = "${WORKDIR}/library" inherit qmake @@ -16,7 +17,7 @@ QMAKE_PROFILES = "library.pro" EXTRA_QMAKEVARS_PRE = "CONFIG+=LIBQPE_WITHROHFEEDBACK" EXTRA_QMAKEVARS_POST = "DESTDIR=" -CXXFLAGS_append = " -DQWS -DOPIE_NO_ERASE_RECT_HACKFIX -DOPIE_NEW_MALLOC -fno-rtti -fno-exceptions" +CXXFLAGS_append = " -DQWS -DOPIE_NO_ERASE_RECT_HACKFIX -DOPIE_NO_WINDOWED -DOPIE_NEW_MALLOC -fno-rtti -fno-exceptions" do_compile_prepend_ramses () { ln -s custom-ramses.h custom.h |