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, 0 insertions, 11 deletions
diff --git a/extra/libglvnd/PKGBUILD b/extra/libglvnd/PKGBUILD
deleted file mode 100644
index 00fb21cf..00000000
--- a/extra/libglvnd/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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