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
3 changed files:
Changes:
1 | +libdrm (2.4.124-1.1) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Non-maintainer upload.
|
|
4 | + |
|
5 | + [Han Gao]
|
|
6 | + * Enable build libdrm-intel1 for riscv64. (Closes: #1085314)
|
|
7 | + |
|
8 | + -- Bo YU <vimer@debian.org> Fri, 28 Mar 2025 18:04:14 +0800
|
|
9 | + |
|
1 | 10 | libdrm (2.4.124-1) unstable; urgency=medium
|
2 | 11 | |
3 | 12 | * New upstream release.
|
... | ... | @@ -24,7 +24,7 @@ Section: libdevel |
24 | 24 | Architecture: linux-any hurd-any
|
25 | 25 | Depends:
|
26 | 26 | libdrm2 (= ${binary:Version}),
|
27 | - libdrm-intel1 (= ${binary:Version}) [amd64 i386 hurd-i386 x32],
|
|
27 | + libdrm-intel1 (= ${binary:Version}) [amd64 i386 hurd-i386 x32 riscv64],
|
|
28 | 28 | libdrm-radeon1 (= ${binary:Version}),
|
29 | 29 | libdrm-nouveau2 (= ${binary:Version}) [linux-any],
|
30 | 30 | libdrm-amdgpu1 (= ${binary:Version}),
|
... | ... | @@ -104,7 +104,7 @@ Description: Userspace interface to kernel DRM services -- runtime |
104 | 104 | This is a udeb, or a microdeb, for the debian-installer.
|
105 | 105 | |
106 | 106 | Package: libdrm-intel1
|
107 | -Architecture: amd64 arm64 i386 hurd-i386 x32
|
|
107 | +Architecture: amd64 arm64 i386 hurd-i386 x32 riscv64
|
|
108 | 108 | Depends:
|
109 | 109 | ${shlibs:Depends},
|
110 | 110 | ${misc:Depends},
|
... | ... | @@ -32,8 +32,8 @@ else |
32 | 32 | NOUVEAU = no
|
33 | 33 | endif
|
34 | 34 | |
35 | -# Intel is only on x86 and arm64:
|
|
36 | -ifneq (,$(filter amd64 arm64 i386,$(DEB_HOST_ARCH_CPU)))
|
|
35 | +# Intel is only on x86, arm64 and riscv64:
|
|
36 | +ifneq (,$(filter amd64 arm64 i386 riscv64,$(DEB_HOST_ARCH_CPU)))
|
|
37 | 37 | ifneq (,$(filter linux hurd,$(DEB_HOST_ARCH_OS)))
|
38 | 38 | INTEL = yes
|
39 | 39 | endif
|