$OpenBSD: patch-meson_build,v 1.7 2021/04/24 08:06:30 ajacoutot Exp $

https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/106

Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -404,7 +404,9 @@ subdir('gdk-pixbuf')
 subdir('po')
 
 if not meson.is_cross_build()
-  subdir('tests')
+  if get_option('installed_tests')
+    subdir('tests')
+  endif
   subdir('thumbnailer')
 endif
 
