kdelibs needs freetype

svn path=/nixpkgs/trunk/; revision=4269
This commit is contained in:
Armijn Hemel 2005-11-12 17:57:26 +00:00
parent 45521c30b8
commit d17619f24d

View File

@ -882,7 +882,7 @@ rec {
};
kdelibs = import ../development/libraries/kde/kdelibs {
inherit fetchurl stdenv zlib perl openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt libtool expat;
inherit fetchurl stdenv zlib perl openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt libtool expat freetype;
inherit (xlibs) libX11 libXt libXext;
qt = qt3;
};