* updated tzdata (2024a -> 2024b)
[t2sde.git] / package / gnome / gobject-introspection / hotfix-no-tests.patch
blobead4f7a9c86a6ea45879d45a2441cf5818060d55
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gobject-introspection/hotfix-no-tests.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- gobject-introspection-1.80.1/meson.build.vanilla 2024-04-09 19:03:45.454000000 +0300
15 +++ gobject-introspection-1.80.1/meson.build 2024-04-09 19:03:16.442000000 +0300
16 @@ -249,7 +249,7 @@
17 # The tests will also run, which is not possible if they
18 # were built for a different architecture.
19 if not meson.is_cross_build()
20 - subdir('tests')
21 + #subdir('tests')
22 endif
24 install_data('Makefile.introspection', install_dir: join_paths(get_option('datadir'), 'gobject-introspection-1.0'))