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-04-07 18:40:33 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-07 18:40:33 +0300
commit350febd666d73ca65eb7f838a305984f4cc8fc78 (patch)
treee70b0926ec7411e51c589e55068ae4fec44f5da4
parent334d28556345e38b4a71d4d6f9f855007341123f (diff)
extra/libplacebo: Add explicit libgl dependency
-rw-r--r--extra/libplacebo/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/libplacebo/PKGBUILD b/extra/libplacebo/PKGBUILD
index 5275434b..41610cbf 100644
--- a/extra/libplacebo/PKGBUILD
+++ b/extra/libplacebo/PKGBUILD
@@ -1,2 +1,4 @@
# we need libunwind on i486 explicitely
makedepends+=(libunwind)
+# Seems to not build upstream without this either
+makedepends+=(libgl)