aboutsummaryrefslogtreecommitdiffstats
path: root/libqpe
diff options
context:
space:
mode:
authorGreg Gilbert <greg@treke.net>2004-11-08 11:00:20 +0000
committerGreg Gilbert <greg@treke.net>2004-11-08 11:00:20 +0000
commitdb65c7860b0d13453854f94b90d7e85947964725 (patch)
tree43eec4db2112dc776a5f9c74ee7755a41b587f73 /libqpe
parente760419d5976bcd176d0ab27141faaed6e6edaf8 (diff)
downloadopenembedded-db65c7860b0d13453854f94b90d7e85947964725.tar.gz
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')
-rw-r--r--libqpe/libqpe-opie/nomax.patch0
-rw-r--r--libqpe/libqpe-opie_cvs.oe5
2 files changed, 3 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