Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libglvnd
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-11 11:02:15 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-11 11:02:15 +0200
commitbc12ce98bbb4b5d0c215e2c49b56897ed3eaf6b2 (patch)
tree85b1e865f797c9276363713676b4157131f8a2ce /extra/libglvnd
parentb63d1ea65aea4fcffb0a24f21396d7e023b7876e (diff)
extra/libglvnd: removed i486 cycle breaking with mesa
Diffstat (limited to 'extra/libglvnd')
-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