Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libdrm


Commits:
1f73f0ef by Bo YU at 2025-03-28T18:05:00+08:00
Enable build libdrm-intel1 for riscv64

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libdrm (2.4.124-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+
+  [Han Gao]
+  * Enable build libdrm-intel1 for riscv64. (Closes: #1085314)
+
+ -- Bo YU <vi...@debian.org>  Fri, 28 Mar 2025 18:04:14 +0800
+
 libdrm (2.4.124-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
@@ -24,7 +24,7 @@ Section: libdevel
 Architecture: linux-any hurd-any
 Depends:
  libdrm2 (= ${binary:Version}),
- libdrm-intel1 (= ${binary:Version}) [amd64 i386 hurd-i386 x32],
+ libdrm-intel1 (= ${binary:Version}) [amd64 i386 hurd-i386 x32 riscv64],
  libdrm-radeon1 (= ${binary:Version}),
  libdrm-nouveau2 (= ${binary:Version}) [linux-any],
  libdrm-amdgpu1 (= ${binary:Version}),
@@ -104,7 +104,7 @@ Description: Userspace interface to kernel DRM services -- 
runtime
  This is a udeb, or a microdeb, for the debian-installer.
 
 Package: libdrm-intel1
-Architecture: amd64 arm64 i386 hurd-i386 x32
+Architecture: amd64 arm64 i386 hurd-i386 x32 riscv64
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},


=====================================
debian/rules
=====================================
@@ -32,8 +32,8 @@ else
        NOUVEAU = no
 endif
 
-# Intel is only on x86 and arm64:
-ifneq (,$(filter amd64 arm64 i386,$(DEB_HOST_ARCH_CPU)))
+# Intel is only on x86, arm64 and riscv64:
+ifneq (,$(filter amd64 arm64 i386 riscv64,$(DEB_HOST_ARCH_CPU)))
 ifneq (,$(filter linux hurd,$(DEB_HOST_ARCH_OS)))
        INTEL = yes
 endif



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/libdrm/-/commit/1f73f0ef2d3ff6040fa7e6ace6a4d7c99f5f704a

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/libdrm/-/commit/1f73f0ef2d3ff6040fa7e6ace6a4d7c99f5f704a
You're receiving this email because of your account on salsa.debian.org.


Reply via email to