]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
qt: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Sep 2010 22:15:26 +0000 (00:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Sep 2010 22:15:26 +0000 (00:15 +0200)
pkgs/core/qt/qt.nm

index 1faee8e06eb82d815deda075b781de25116ac3a2..d65ea4c89d7035243b445b6d3e235a3336438a64 100644 (file)
@@ -34,8 +34,9 @@ PKG_URL        = http://www.qtsoftware.com/
 PKG_LICENSE    = LGPLv2 with exceptions or GPLv3 with exceptions
 PKG_SUMMARY    = Qt toolkit.
 
-PKG_BUILD_DEPS+= coreutils pkg-config xorg-x11-proto-devel
-PKG_DEPS      += fontconfig libjpeg libpng libtiff libX11 libXext pcre zlib
+PKG_BUILD_DEPS+= fontconfig-devel gcc-c++ libjpeg-devel libpng-devel \
+       libtiff-devel libX11-devel libXext-devel pcre-devel pkg-config \
+       xorg-x11-proto-devel zlib-devel
 
 define PKG_DESCRIPTION
        Qt is a software toolkit for developing applications.