From db65c7860b0d13453854f94b90d7e85947964725 Mon Sep 17 00:00:00 2001 From: Greg Gilbert Date: Mon, 8 Nov 2004 11:00:20 +0000 Subject: Added a patch to opie that starts all new applications in full screen mode if -DOPIE_NO_WINDOWED is passed to g++ BKrev: 418f51c4ouUbjqAZQniPTbM0npwXbg --- libqpe/libqpe-opie_cvs.oe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libqpe/libqpe-opie_cvs.oe') 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 -- cgit v1.2.3