Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-07-10 20:12:44 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-07-10 20:12:44 +0300
commit9ccbaf7df3d0b1c64792cc0c991d34c419c8afdf (patch)
treeb1284a72be0c73f15e6b5c8e8acf00fb230021c1
parent6e3f7ad1a0f220fc5036b69652042dbdf695fc73 (diff)
core/glib2: Add dependency to glib2-devel
-rw-r--r--core/glib2/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index 2d6cf671..03004ef9 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -6,3 +6,9 @@ declare -f check | \
s/\(meson test.*\)/\1 || true/
'
)"
+
+# Crappy hack to work around glib2-devel not being installed
+eval "$(
+ declare -f package_glib2 | \
+ sed '3i depends+=(glib2-devel)'
+)"