1 --- gdk-pixbuf-2.42.12/tests/meson.build.orig
2 +++ gdk-pixbuf-2.42.12/tests/meson.build
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