* Fix the GTK+ build. It depends directly on libXrender, but probably
we didn't notice because some other X package used to have it as a propagated dependency. svn path=/nixpkgs/branches/x-updates/; revision=25831
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pkgconfig jasper ];
|
buildInputs = [ pkgconfig jasper ];
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ xlibs.xlibs glib atk pango libtiff libjpeg libpng cairo xlibs.libXrandr ]
|
[ xlibs.xlibs glib atk pango libtiff libjpeg libpng cairo xlibs.libXrandr xlibs.libXrender ]
|
||||||
++ stdenv.lib.optional xineramaSupport xlibs.libXinerama
|
++ stdenv.lib.optional xineramaSupport xlibs.libXinerama
|
||||||
++ stdenv.lib.optionals cupsSupport [ cups ];
|
++ stdenv.lib.optionals cupsSupport [ cups ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user