Build gdk-pixbuf-xlib
svn path=/nixpkgs/trunk/; revision=31392
This commit is contained in:
parent
735de44b72
commit
12e5f5b070
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, libtiff, libjpeg, libpng, xlibs, xz
|
{ stdenv, fetchurl, pkgconfig, glib, libtiff, libjpeg, libpng, libX11, xz
|
||||||
, jasper }:
|
, jasper }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -10,13 +10,13 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# !!! We might want to factor out the gdk-pixbuf-xlib subpackage.
|
# !!! We might want to factor out the gdk-pixbuf-xlib subpackage.
|
||||||
buildInputs = [ xlibs.xlibs ];
|
buildInputs = [ libX11 ];
|
||||||
|
|
||||||
buildNativeInputs = [ pkgconfig xz ];
|
buildNativeInputs = [ pkgconfig xz ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ glib libtiff libjpeg libpng jasper ];
|
propagatedBuildInputs = [ glib libtiff libjpeg libpng jasper ];
|
||||||
|
|
||||||
configureFlags = "--with-libjasper";
|
configureFlags = "--with-libjasper --with-x11";
|
||||||
|
|
||||||
postInstall = "rm -rf $out/share/gtk-doc";
|
postInstall = "rm -rf $out/share/gtk-doc";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user