mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Pass extra includes to kdelibs
svn path=/nixpkgs/trunk/; revision=4275
This commit is contained in:
parent
b5bb94d25a
commit
32f5773017
@ -3,6 +3,7 @@ source $stdenv/setup
|
||||
configureFlags="\
|
||||
--without-arts \
|
||||
--with-ssl-dir=$openssl \
|
||||
--with-extra-includes=$libjpeg \
|
||||
--x-includes=$libX11/include \
|
||||
--x-libraries=$libX11/lib"
|
||||
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
md5 = "0cd7c0c8a81e5d11b91b407a4aaaf3ff";
|
||||
};
|
||||
|
||||
inherit openssl libX11;
|
||||
inherit openssl libX11 libjpeg;
|
||||
buildInputs = [
|
||||
libX11 libXt libXext zlib perl qt openssl pcre
|
||||
pkgconfig libjpeg libpng libtiff libxml2 libxslt expat libtool freetype
|
||||
|
Loading…
Reference in New Issue
Block a user