Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/gobject-introspection/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
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)