1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gobject-introspection/system-glib.patch
3 # Copyright (C) 2023 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
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 Looks like it wants to provide its own glib version by default instead
15 of using the system one which overwrites the existing files.
17 - NoTag <notag@maneto.fr>
19 --- gobject-introspection/meson.build.vanilla 2023-04-01 17:46:14.793922157 +0200
20 +++ gobject-introspection/meson.build 2023-04-01 17:48:32.347612069 +0200
22 description : 'GObject Introspection',
23 subdirs: ['gobject-introspection-1.0'],
24 variables : pkgconfig_variables,
25 - libraries : [glib_dep, gobject_dep],
26 + libraries : [gobject_dep],
29 # This is legacy for backward compat. It is identical to the pc file generated
31 description : 'GObject Introspection',
32 subdirs: ['gobject-introspection-1.0'],
33 variables : pkgconfig_variables,
34 - libraries : [girepo_lib, glib_dep, gobject_dep],
35 + libraries : [girepo_lib, gobject_dep],
38 # Dependency object used by Meson's GNOME module. This dependency variable must