From: Michael Tremer Date: Sun, 12 Sep 2010 22:15:26 +0000 (+0200) Subject: qt: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d52f669049883f3e85df5168f50ff59cd86d444c;p=ipfire-3.x.git qt: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/qt/qt.nm b/pkgs/core/qt/qt.nm index 1faee8e06..d65ea4c89 100644 --- a/pkgs/core/qt/qt.nm +++ b/pkgs/core/qt/qt.nm @@ -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.