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