# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/gobject-introspection/system-glib.patch # Copyright (C) 2023 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- Looks like it wants to provide its own glib version by default instead of using the system one which overwrites the existing files. - NoTag --- gobject-introspection/meson.build.vanilla 2023-04-01 17:46:14.793922157 +0200 +++ gobject-introspection/meson.build 2023-04-01 17:48:32.347612069 +0200 @@ -272,7 +272,7 @@ description : 'GObject Introspection', subdirs: ['gobject-introspection-1.0'], variables : pkgconfig_variables, - libraries : [glib_dep, gobject_dep], + libraries : [gobject_dep], ) # This is legacy for backward compat. It is identical to the pc file generated @@ -288,7 +288,7 @@ description : 'GObject Introspection', subdirs: ['gobject-introspection-1.0'], variables : pkgconfig_variables, - libraries : [girepo_lib, glib_dep, gobject_dep], + libraries : [girepo_lib, gobject_dep], ) # Dependency object used by Meson's GNOME module. This dependency variable must