$OpenBSD: patch-meson_build,v 1.6 2021/03/21 16:31:10 ajacoutot Exp $

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

Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -383,7 +383,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
 
