Dash:
[t2-trunk.git] / package / gnome / glib / no-tests.patch
blobaaf95630f151c0de29a19e79475cd966375c98fc
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../glib/no-tests.patch
5 # Copyright (C) 2020 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- glib-2.62.2/gio/meson.build.vanilla 2020-02-01 22:38:00.193564311 +0100
18 +++ glib-2.62.2/gio/meson.build 2020-02-01 22:48:20.601564612 +0100
19 @@ -1010,7 +1010,7 @@
21 subdir('fam')
22 if build_tests
23 - subdir('tests')
24 + #subdir('tests')
25 endif
27 # The following is an example for building internal marshallers that are used
28 --- glib-2.62.2/meson.build.vanilla 2020-02-01 22:48:00.137564602 +0100
29 +++ glib-2.62.2/meson.build 2020-02-01 22:48:06.985564606 +0100
30 @@ -2103,7 +2103,7 @@
31 subdir('gio')
32 subdir('fuzzing')
33 if build_tests
34 - subdir('tests')
35 + #subdir('tests')
36 endif
38 # xgettext is optional (on Windows for instance)