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 | |
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
-rw-r--r-- | libqpe/libqpe-opie/nomax.patch | 0 | ||||
-rw-r--r-- | libqpe/libqpe-opie_cvs.oe | 5 | ||||
-rw-r--r-- | opie-taskbar/opie-taskbar/nomax.patch | 0 | ||||
-rw-r--r-- | opie-taskbar/opie-taskbar_cvs.oe | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/libqpe/libqpe-opie/nomax.patch b/libqpe/libqpe-opie/nomax.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libqpe/libqpe-opie/nomax.patch 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 diff --git a/opie-taskbar/opie-taskbar/nomax.patch b/opie-taskbar/opie-taskbar/nomax.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-taskbar/opie-taskbar/nomax.patch diff --git a/opie-taskbar/opie-taskbar_cvs.oe b/opie-taskbar/opie-taskbar_cvs.oe index 21552bd397..74072a69bd 100644 --- a/opie-taskbar/opie-taskbar_cvs.oe +++ b/opie-taskbar/opie-taskbar_cvs.oe @@ -15,6 +15,7 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/cal cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/root \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/etc \ + file://nomax.patch;patch=1;pnum=3 \ file://server.pro \ file://opie-reorgfiles \ file://opie \ |