diff options
Diffstat (limited to 'extra/gdk-pixbuf/disable-tests.patch')
-rw-r--r-- | extra/gdk-pixbuf/disable-tests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/gdk-pixbuf/disable-tests.patch b/extra/gdk-pixbuf/disable-tests.patch new file mode 100644 index 0000000..01ee3a6 --- /dev/null +++ b/extra/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 |