diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-19 21:34:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-19 21:34:30 +0000 |
commit | 6e628808423a23d27c2a5936ff047b462de9cdab (patch) | |
tree | a96d2dd29c3510a18f687d6aab722939c27474ab /qt | |
parent | 2322b9d2bd09d60aacf6e331d14c7edb9e0a36e1 (diff) |
build qt3x11 with RTTI and exception support
BKrev: 41758866zP-Uk4B23Dqk7P-L3F8kvA
Diffstat (limited to 'qt')
-rw-r--r-- | qt/qt-x11-free_3.3.3.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/qt-x11-free_3.3.3.oe b/qt/qt-x11-free_3.3.3.oe index e157f23bbf..1b235d5bed 100644 --- a/qt/qt-x11-free_3.3.3.oe +++ b/qt/qt-x11-free_3.3.3.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL/QPL" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "uicmoc3-native freetype x11 xft xext libxrender libxrandr libxcursor mysql" -PR = "r4" +PR = "r5" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ @@ -14,7 +14,7 @@ S = "${WORKDIR}/qt-x11-free-${PV}" PACKAGES += "qt-x11-plugins" FILES_qt-x11-plugins = "${prefix}/plugins" -inherit qmake-base +inherit qmake-base qt3x11 export QTDIR = "${S}" STAGING_QT_DIR = "${STAGING_DIR}/${HOST_SYS}/qt3" |