diff options
author | Michael Krelin <hacker@klever.net> | 2007-06-09 00:03:58 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-06-09 00:03:58 +0000 |
commit | 9b0e00437a696224900ed6bdb42195120f25a5af (patch) | |
tree | c362dc0e6743f9c93c66e4e1ce0d5a6a80ddcac2 /packages | |
parent | 38ec6427ef508b627913a96bf82b00336f305e48 (diff) |
qt 4.3.0: some more small fixes
Diffstat (limited to 'packages')
-rw-r--r-- | packages/qt/qt4-x11-free_4.3.0.bb | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/packages/qt/qt4-x11-free_4.3.0.bb b/packages/qt/qt4-x11-free_4.3.0.bb index 4b69cc08ca..dfdee44ee9 100644 --- a/packages/qt/qt4-x11-free_4.3.0.bb +++ b/packages/qt/qt4-x11-free_4.3.0.bb @@ -2,11 +2,11 @@ SECTION = "x11/libs" 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} = "${QT-NONDEV-PACKAGES}" +DEPENDS = "uicmoc4-native qmake2-native freetype jpeg virtual/libx11 xft libxext libxrender libxrandr libxcursor dbus openssl" +RDEPENDS_${PN} = "${NONDEV_PACKAGES}" PROVIDES = "qt4x11" -PR = "r4" +PR = "r5" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \ file://0001-cross-compile.patch;patch=1 \ @@ -69,7 +69,7 @@ do_compile() { oe_runmake ${EXTRA_ENV} # FIXME: this is not the way to go, I think. - for pc in ${S}/lib/*.pc ; do + for pc in ${S}/lib/pkgconfig/*.pc ; do sed -i \ -e 's,-L${S}/lib,,g' \ -e 's,^moc_location=.*,^moc_location=${TARGING_BINDIR}/moc4,g' \ @@ -116,19 +116,7 @@ do_install() { rm ${D}${bindir}/rcc ${D}${bindir}/uic ${D}${bindir}/moc } -QTPACKAGES = "libqtcore4 libqtcore4-dev libqtgui4 libqtgui4-dev libqtnetwork4 libqtnetwork4-dev \ - libqtsql4 libqtsql4-dev libqtsvg4 libqtsvg4-dev libqttest4 libqttest4-dev \ - libqtxml4 libqtxml4-dev \ - libqtdesigner4 libqtdesigner4-dev libqtdesignercomponents4 libqtdesignercomponents4-dev \ - libqt3support4 libqt3support4-dev \ - libqtassistantclient4 libqtassistantclient4-dev libqtscript4 libqtscript4-dev \ - libqtdbus4 libqtdbus4-dev \ - qt4-assistant qt4-common qt4-designer qt4-demos qt4-examples qt4-linguist \ - qt4-pixeltool qt4-dbus \ - qt4-plugins-accessible qt4-plugins-codecs qt4-plugins-designer qt4-plugins-imageformats qt4-plugins-sqldrivers \ - qt4-plugins-inputmethods qt4-plugins-iconengines" - -QT-NONDEV-PACKAGES = "libqtcore4 libqtgui4 libqtnetwork4 \ +NONDEV_PACKAGES = "libqtcore4 libqtgui4 libqtnetwork4 \ libqtsql4 libqtsvg4 libqttest4 \ libqtxml4 \ libqtdesigner4 libqtdesignercomponents4 \ @@ -140,7 +128,10 @@ QT-NONDEV-PACKAGES = "libqtcore4 libqtgui4 libqtnetwork4 \ qt4-plugins-accessible qt4-plugins-codecs qt4-plugins-designer qt4-plugins-imageformats qt4-plugins-sqldrivers \ qt4-plugins-inputmethods qt4-plugins-iconengines" -PACKAGES += "${QTPACKAGES}" +PACKAGES += "libqtcore4-dev libqtgui4-dev libqtnetwork4-dev libqtsql4-dev libqtsvg4-dev libqttest4-dev \ + libqtxml4-dev libqtdesigner4-dev libqtdesignercomponents4-dev libqt3support4-dev \ + libqtassistantclient4-dev libqtscript4-dev libqtdbus4-dev \ + ${NONDEV_PACKAGES}" ALLOW_EMPTY = "1" FILES_${PN} = "" |