jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / gdk-pixbuf / patches / 02-test-no-resources.patch
blob6e257520411ed936cba15a8785b3e434361637f4
1 --- gdk-pixbuf-2.42.12/tests/meson.build.orig
2 +++ gdk-pixbuf-2.42.12/tests/meson.build
3 @@ -4,7 +4,7 @@
4 # gdk-pixbuf-pixdata from build directory because it needs all DLL locations in
5 # $PATH. Ideally we should use gnome.compile_resources() and let Meson deal with
6 # this problem: See https://github.com/mesonbuild/meson/issues/8266.
7 -if enabled_loaders.contains('png') and host_system != 'windows'
8 +if enabled_loaders.contains('png') and host_system != 'windows' and host_system != 'sunos'
9 # Resources; we cannot use gnome.compile_resources() here, because we need to
10 # override the environment in order to use the utilities we just built instead
11 # of the system ones