summaryrefslogtreecommitdiff
path: root/repo/x11/gdk-pixbuf/disable-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/gdk-pixbuf/disable-tests.patch')
-rw-r--r--repo/x11/gdk-pixbuf/disable-tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/x11/gdk-pixbuf/disable-tests.patch b/repo/x11/gdk-pixbuf/disable-tests.patch
new file mode 100644
index 0000000..01ee3a6
--- /dev/null
+++ b/repo/x11/gdk-pixbuf/disable-tests.patch
@@ -0,0 +1,13 @@
+Index: meson.build
+--- a/meson.build
++++ b/meson.build
+@@ -398,7 +398,9 @@ endif
+ subdir('po')
+
+ if not meson.is_cross_build()
+- subdir('tests')
++ if get_option('installed_tests')
++ subdir('tests')
++ endif
+ subdir('thumbnailer')
+ endif