From 350febd666d73ca65eb7f838a305984f4cc8fc78 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Sun, 7 Apr 2024 18:40:33 +0300 Subject: extra/libplacebo: Add explicit libgl dependency --- extra/libplacebo/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3-54-g00ecf