summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 0debff5..2d4f9c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,8 +32,8 @@ else
NOUVEAU = no
endif
-# Intel is only on x86:
-ifneq (,$(filter amd64 i386,$(DEB_HOST_ARCH_CPU)))
+# Intel is only on x86 and arm64:
+ifneq (,$(filter amd64 arm64 i386,$(DEB_HOST_ARCH_CPU)))
ifneq (,$(filter linux hurd,$(DEB_HOST_ARCH_OS)))
INTEL = yes
endif