qt/e 2.3.10: changes for MACHINE="native":
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 19 Sep 2005 19:59:29 +0000 (19:59 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 19 Sep 2005 19:59:29 +0000 (19:59 +0000)
- patch to fix build
- enabled QVFb support
With that changes it is possible to run OPIE/OE in QVFb/X11.

packages/qte/qte-2.3.10/fix-native-build.patch [new file with mode: 0644]
packages/qte/qte_2.3.10.bb

diff --git a/packages/qte/qte-2.3.10/fix-native-build.patch b/packages/qte/qte-2.3.10/fix-native-build.patch
new file mode 100644 (file)
index 0000000..7670d44
--- /dev/null
@@ -0,0 +1,11 @@
+--- qt-2.3.10/src/kernel/qwindowsystem_qws.h.orig      2005-09-19 17:50:39.000000000 +0200
++++ qt-2.3.10/src/kernel/qwindowsystem_qws.h   2005-09-19 17:50:45.000000000 +0200
+@@ -53,6 +53,8 @@
+ class QWSRegionManager;
+ class QGfx;
+ class QWSServerData;
++class QWSInputMethod;
++class QWSGestureMethod;
+ class QWSInternalWindowInfo
+ {
index 51f94e2..32a41d2 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "zlib libpng jpeg tslib uicmoc-native"
 DEPENDS_mnci = "zlib libpng jpeg uicmoc-native"
 DEPENDS_append_c7x0 = " sharp-aticore-oss"
 PROVIDES = "virtual/qte virtual/libqte2"
-PR = "r26"
+PR = "r27"
 
 SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;md5=1f7ad30113afc500cab7f5b2f4dec0d7 \
           file://qpe.patch;patch=1 \
@@ -32,6 +32,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;m
        file://improve-calibration-r0.patch;patch=1 \
           file://key.patch;patch=1 \
        file://bidimetrics.patch;patch=5 \
+          file://fix-native-build.patch;patch=1 \
           file://sharp_char.h \
           file://switches.h "
 
@@ -73,6 +74,7 @@ QTE_ARCH := "${@qte_arch(d)}"
 
 EXTRA_OECONF_CONFIG = "-qconfig qpe"
 EXTRA_OECONF_CONFIG_c7x0 = "-qconfig qpe -accel-w100"
+EXTRA_OECONF_CONFIG_native = "-qconfig qpe -qvfb"
 EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif \
                -xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG} -depths 8,16,32"
 EXTRA_OEMAKE = "-e"