summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-12 18:19:15 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-12 18:19:15 +0200
commitd4009711454a57d7be96454ce8712389af318dff (patch)
tree2c970ef1f394fce3ab84db13c03e11239eff3142
parent353e412cbdd7dd4f661ee89b0e309b87c5a2940f (diff)
downloadpackages-d4009711454a57d7be96454ce8712389af318dff.tar.xz
extra/qemu: removed libdrm for i486
-rw-r--r--extra/xorg-server/PKGBUILD4
-rw-r--r--extra/xorg-xwayland/PKGBUILD5
2 files changed, 0 insertions, 9 deletions
diff --git a/extra/xorg-server/PKGBUILD b/extra/xorg-server/PKGBUILD
deleted file mode 100644
index 48ca59a0..00000000
--- a/extra/xorg-server/PKGBUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-# temporary for cycle-breaking on i486
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('libdrm')
-fi
diff --git a/extra/xorg-xwayland/PKGBUILD b/extra/xorg-xwayland/PKGBUILD
deleted file mode 100644
index 20bf785e..00000000
--- a/extra/xorg-xwayland/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# add libdrm, libxshmfence explicitely on i486
-if [ "$CARCH" = 'i486' ]; then
- depends+=(libdrm)
- depends+=(libxshmfence)
-fi