mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
cairo: add correct include path for pixman.h
This commit is contained in:
parent
d884c2b639
commit
930b88c2a9
@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
stdenv.lib.optional postscriptSupport zlib ++
|
stdenv.lib.optional postscriptSupport zlib ++
|
||||||
stdenv.lib.optional pngSupport libpng;
|
stdenv.lib.optional pngSupport libpng;
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-I${pixman}/include/pixman-1";
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--enable-tee" ]
|
[ "--enable-tee" ]
|
||||||
++ stdenv.lib.optional xcbSupport "--enable-xcb"
|
++ stdenv.lib.optional xcbSupport "--enable-xcb"
|
||||||
|
Loading…
Reference in New Issue
Block a user