Patch meson.build to skip tests subdir

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2019-03-23 17:23:38 +01:00
parent afb7efb95c
commit 8f557b41ec
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff --git a/meson.build b/meson.build
index af0103c..4e2829d 100644
--- a/meson.build
+++ b/meson.build
@@ -1987,7 +1987,6 @@ subdir('gthread')
subdir('gmodule')
subdir('gio')
subdir('fuzzing')
-subdir('tests')
# xgettext is optional (on Windows for instance)
if find_program('xgettext', required : get_option('nls')).found()

View File

@ -9,6 +9,8 @@ License: LGPLv2+
URL: http://www.gtk.org
Source0: http://download.gnome.org/sources/glib/2.60/glib-%{version}.tar.xz
Patch0: glib-2.60.0-disable-tests.patch
BuildRequires: chrpath
BuildRequires: gcc
BuildRequires: gcc-c++