From 2d20ba4d0ad195f34d01ba3a72b33147919da857 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 27 Apr 2021 20:18:54 +0200 Subject: extra/libwpe: libglvnd added for i486 --- extra/libwpe/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extra/libwpe/PKGBUILD (limited to 'extra/libwpe') diff --git a/extra/libwpe/PKGBUILD b/extra/libwpe/PKGBUILD new file mode 100644 index 00000000..1623a33f --- /dev/null +++ b/extra/libwpe/PKGBUILD @@ -0,0 +1,4 @@ +# on i486 we need libglvnd for libepoxy (mesa doesn't depend on it?) +if [ "$CARCH" = 'i486' ]; then + makedepends+=(libglvnd) +fi -- cgit v1.2.3