From e439f5902ebfafce086d2c0caae3add970b621bb Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Thu, 18 Apr 2024 16:49:52 +0300 Subject: extra/gobject-introspection: Add hack to get packages building --- extra/gobject-introspection/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra') diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index a62ba1fd..71187477 100644 --- a/extra/gobject-introspection/PKGBUILD +++ b/extra/gobject-introspection/PKGBUILD @@ -1,2 +1,5 @@ # Seems to fail with an invalid cross device link eval "$(declare -f check | sed 's/meson test \(.*\)/meson test \1 || true/')" + +# Hopefully temporary hack to get gtk packages building +depends+=(python-packaging) -- cgit v1.2.3-54-g00ecf