aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qte
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-09-19 19:59:29 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-19 19:59:29 +0000
commit294213473742a6b80483ec56e88ab9c3edbc8c42 (patch)
tree283c28e870ca3848d6d48224d43a85c41ba66396 /packages/qte
parent8033eeb1f8b8b2c41ed339a411d9513610622585 (diff)
downloadopenembedded-294213473742a6b80483ec56e88ab9c3edbc8c42.tar.gz
qt/e 2.3.10: changes for MACHINE="native":
- patch to fix build - enabled QVFb support With that changes it is possible to run OPIE/OE in QVFb/X11.
Diffstat (limited to 'packages/qte')
-rw-r--r--packages/qte/qte-2.3.10/fix-native-build.patch11
-rw-r--r--packages/qte/qte_2.3.10.bb4
2 files changed, 14 insertions, 1 deletions
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
index 0000000000..7670d44f27
--- /dev/null
+++ b/packages/qte/qte-2.3.10/fix-native-build.patch
@@ -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
+ {
diff --git a/packages/qte/qte_2.3.10.bb b/packages/qte/qte_2.3.10.bb
index 51f94e2c7c..32a41d207a 100644
--- a/packages/qte/qte_2.3.10.bb
+++ b/packages/qte/qte_2.3.10.bb
@@ -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"