From dc6ab3c967d91c85ef2da4abbf0eba88ded99e5e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 12 May 2021 16:57:51 +0200 Subject: extra/mesa: added an explicit dependency to libdrm for i486 --- extra/mesa/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extra/mesa') diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index d4fd9163..0143c169 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -122,3 +122,9 @@ if [ "$CARCH" = 'i486' ]; then ) " fi + +# add this explocitily for now, as deep down in the dependency tree as reasonable +# instead of patching all packages failing above +if [ "$CARCH" = 'i486' ]; then + depends+=(libdrm) +fi -- cgit v1.2.3-54-g00ecf