summaryrefslogtreecommitdiff
path: root/extra/libwpe
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-27 20:18:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-27 20:18:54 +0200
commit2d20ba4d0ad195f34d01ba3a72b33147919da857 (patch)
tree5d8b36c4659e7fc019894055734cb7a6c34a3b54 /extra/libwpe
parent9a7b521aea91454a31116123f18cd40b8aebd443 (diff)
downloadpackages-2d20ba4d0ad195f34d01ba3a72b33147919da857.tar.xz
extra/libwpe: libglvnd added for i486
Diffstat (limited to 'extra/libwpe')
-rw-r--r--extra/libwpe/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
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