summaryrefslogtreecommitdiff
path: root/extra/libepoxy
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-11 13:19:23 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-11 13:19:23 +0200
commit9286269f81955b19d53e2bbe838071f85896d6e1 (patch)
tree15bea39a8f02a0ea1d8603cc65818da41d3debc5 /extra/libepoxy
parenta65be144d8a79a0cb9696dd595c51e3173e6a88f (diff)
downloadpackages-9286269f81955b19d53e2bbe838071f85896d6e1.tar.xz
extra/libepoxy: adding libglvnd for i486
Diffstat (limited to 'extra/libepoxy')
-rw-r--r--extra/libepoxy/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/libepoxy/PKGBUILD b/extra/libepoxy/PKGBUILD
new file mode 100644
index 00000000..a0db5ec5
--- /dev/null
+++ b/extra/libepoxy/PKGBUILD
@@ -0,0 +1,4 @@
+# on i486 we need libglvnd for libepoxy (mesa doesn't depend on it?)
+if [ "$CARCH" = 'i486' ]; then
+ depends+=(libglvnd)
+fi