summaryrefslogtreecommitdiff
path: root/extra/libwpe/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libwpe/PKGBUILD')
-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