From 718bd2b3b54eb025f7ca3abd0ff2fd4a37185793 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 11 May 2021 11:32:26 +0200 Subject: extra/xorg-xwayland: added libdrm on i486 --- extra/xorg-xwayland/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extra/xorg-xwayland/PKGBUILD (limited to 'extra') diff --git a/extra/xorg-xwayland/PKGBUILD b/extra/xorg-xwayland/PKGBUILD new file mode 100644 index 00000000..32c00617 --- /dev/null +++ b/extra/xorg-xwayland/PKGBUILD @@ -0,0 +1,4 @@ +# libdrm missing on i486? +if [ "$CARCH" = 'i486' ]; then + depends+=(libdrm) +fi -- cgit v1.2.3-54-g00ecf