summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/qt/qt4-x11-free_4.3.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/qt/qt4-x11-free_4.3.0.bb b/packages/qt/qt4-x11-free_4.3.0.bb
index ee4f8e4d05..da9817d852 100644
--- a/packages/qt/qt4-x11-free_4.3.0.bb
+++ b/packages/qt/qt4-x11-free_4.3.0.bb
@@ -3,7 +3,9 @@ PRIORITY = "optional"
HOMEPAGE = "http://www.trolltech.com"
LICENSE = "GPL QPL"
DEPENDS = "uicmoc4-native qmake2-native freetype jpeg virtual/libx11 xft libxext libxrender libxrandr libxcursor dbus"
+RDEPENDS_${PN} = "${QTPACKAGES}"
PROVIDES = "qt4x11"
+PR = "r1"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \
file://0001-cross-compile.patch;patch=1 \
@@ -130,7 +132,6 @@ PACKAGES += "${QTPACKAGES}"
ALLOW_EMPTY = "1"
FILES_${PN} = ""
-RDEPENDS_${PN} = "${QTPACKAGES}"
FILES_libqtcore4 = "${libdir}/libQtCore.so.*"
FILES_libqtgui4 = "${libdir}/libQtGui.so.*"
@@ -166,3 +167,4 @@ FILES_qt4-demos = "${bindir}/qtdemo ${bindir}/qt4-demos/*"
FILES_${PN}-dev += "${bindir}/rcc ${bindir}/uic* ${bindir}/moc ${bindir}/qmake ${bindir}/syncqt \
${bindir}/qt3to4 ${bindir}/findtr"
+FILE_${PN}-dbg += "${bindir}/*/.debug ${plugindir}/.debug"