From d4009711454a57d7be96454ce8712389af318dff Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 12 May 2021 18:19:15 +0200 Subject: extra/qemu: removed libdrm for i486 --- extra/xorg-xwayland/PKGBUILD | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 extra/xorg-xwayland/PKGBUILD (limited to 'extra/xorg-xwayland/PKGBUILD') 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 -- cgit v1.2.3-54-g00ecf