diff options
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" |