summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:06:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:06:13 +0000
commit9d001fc6935608b5f0f151c7dedc348dfa66648b (patch)
tree88f11fbf203be3b4285da6c3c0f2b50419192897
parentAdding debian version 2.4.121-1. (diff)
downloadlibdrm-debian.tar.xz
libdrm-debian.zip
Adding debian version 2.4.121-2.debian/2.4.121-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f64b425..770194a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.121-2) unstable; urgency=medium
+
+ * rules: Enable intel on arm64. (Closes: #1070815)
+
+ -- Timo Aaltonen <tjaalton@debian.org> Tue, 11 Jun 2024 18:26:23 +0300
+
libdrm (2.4.121-1) unstable; urgency=medium
* New upstream release.
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