$OpenBSD: patch-meson_build,v 1.4 2019/11/01 19:33:50 ajacoutot Exp $

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

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