From 9a4ff604e87be0628ddd8f17bd45a2cd99a4bc9b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 29 Apr 2021 10:09:41 +0200 Subject: extra/qemu: another libdrm workaround on i486 --- extra/qemu/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extra/qemu') diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index 0ccb8f88..f810d88d 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -13,3 +13,8 @@ eval "$( s@rm qemu/block-{iscsi,rbd,gluster}.so@rm qemu/block-{iscsi,gluster}.so@ ' )" + +# libdrm missing on i486? +if [ "$CARCH" = 'i486' ]; then + depends+=(libdrm) +fi -- cgit v1.2.3-54-g00ecf