diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:06:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:06:14 +0000 |
commit | 79cd4100058b445617af00900668ee6ccc6977cb (patch) | |
tree | 2eb6bb435555501cd23109ed21c67c8580ad7471 /debian/rules | |
parent | Releasing progress-linux version 2.4.121-1~progress7.99u1. (diff) | |
download | libdrm-79cd4100058b445617af00900668ee6ccc6977cb.tar.xz libdrm-79cd4100058b445617af00900668ee6ccc6977cb.zip |
Merging debian version 2.4.121-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
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 |