summaryrefslogtreecommitdiff
path: root/extra/libglvnd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libglvnd/PKGBUILD')
-rw-r--r--extra/libglvnd/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/libglvnd/PKGBUILD b/extra/libglvnd/PKGBUILD
new file mode 100644
index 00000000..00fb21cf
--- /dev/null
+++ b/extra/libglvnd/PKGBUILD
@@ -0,0 +1,11 @@
+# break cycle with conflicting installation files between mesa and libglvnd
+# (indirect dependency via libva)
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ eval "$(
+ declare -f package | \
+ sed '
+ /depends=/s/'\''mesa'\''//
+ '
+ )"
+fi