summaryrefslogtreecommitdiff
path: root/extra/qemu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qemu/PKGBUILD')
-rw-r--r--extra/qemu/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index f810d88d..b193902e 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -14,7 +14,6 @@ eval "$(
'
)"
-# libdrm missing on i486?
-if [ "$CARCH" = 'i486' ]; then
- depends+=(libdrm)
+if [ "$CARCH" = 'pentium4' ]; then
+ _corearch=i386
fi