nixpkgs/pkgs/development/libraries/cairo
Griffin Smith 84f720d9a4 cairo: pass --disable-xlib to config if no x11
It appears that cairo's configure script, at least on MacOS but perhaps
elsewhere, unconditionally enables xlib support, even if the library
isn't present, which breaks the build on MacOS always (since x11 is
disabled by default now). This explicitly passes `--disable-x11` if
x11Support is set to false, which fixes the build for me.
2020-03-30 16:42:55 -04:00
..
default.nix cairo: pass --disable-xlib to config if no x11 2020-03-30 16:42:55 -04:00