cairo: propagate more dependencies
svn path=/nixpkgs/trunk/; revision=31565
This commit is contained in:
parent
d5b73eadeb
commit
6232b9129d
@ -21,15 +21,15 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig x11 fontconfig pixman xlibs.libXrender ]
|
[ pkgconfig x11 fontconfig xlibs.libXrender ]
|
||||||
++ stdenv.lib.optionals xcbSupport [ libxcb xcbutil ]
|
++ stdenv.lib.optionals xcbSupport [ libxcb xcbutil ]
|
||||||
++ stdenv.lib.optional gobjectSupport glib
|
|
||||||
|
|
||||||
# On non-GNU systems we need GNU Gettext for libintl.
|
# On non-GNU systems we need GNU Gettext for libintl.
|
||||||
++ stdenv.lib.optional (!stdenv.isLinux) gettext;
|
++ stdenv.lib.optional (!stdenv.isLinux) gettext;
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ freetype ] ++
|
[ freetype pixman ] ++
|
||||||
|
stdenv.lib.optional gobjectSupport glib ++
|
||||||
stdenv.lib.optional postscriptSupport zlib ++
|
stdenv.lib.optional postscriptSupport zlib ++
|
||||||
stdenv.lib.optional pngSupport libpng;
|
stdenv.lib.optional pngSupport libpng;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user