gdk-pixbuf: make loaders builtin on Darwin

Meson produces faulty loaders on Darwin, building them into the library bypasses that.

4b2f397198
This commit is contained in:
Jan Tojnar 2018-06-01 00:14:59 +02:00
parent ae8b7a189a
commit 6d3b9763a6
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
"-Djasper=true" "-Djasper=true"
"-Dx11=true" "-Dx11=true"
"-Dgir=${if gobjectIntrospection != null then "true" else "false"}" "-Dgir=${if gobjectIntrospection != null then "true" else "false"}"
]; ] ++ stdenv.lib.optional stdenv.isDarwin "-Dbuiltin_loaders=all";
postPatch = '' postPatch = ''
chmod +x build-aux/* # patchShebangs only applies to executables chmod +x build-aux/* # patchShebangs only applies to executables