Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libdrm
Commits: 1796aaa5 by Timo Aaltonen at 2026-06-24T12:07:42+03:00 Enable freedreno on amd64 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libdrm (2.4.134-2) UNRELEASED; urgency=medium + + * Enable freedreno on amd64 + + -- Timo Aaltonen <[email protected]> Wed, 24 Jun 2026 12:06:25 +0300 + libdrm (2.4.134-1) unstable; urgency=medium [ Timo Aaltonen ] ===================================== debian/control ===================================== @@ -29,7 +29,7 @@ Depends: libdrm-nouveau2 (= ${binary:Version}) [linux-any], libdrm-amdgpu1 (= ${binary:Version}), libdrm-omap1 (= ${binary:Version}) [any-arm], - libdrm-freedreno1 (= ${binary:Version}) [any-arm arm64], + libdrm-freedreno1 (= ${binary:Version}) [amd64 any-arm arm64], libdrm-exynos1 (= ${binary:Version}) [any-arm], libdrm-tegra0 (= ${binary:Version}) [any-arm arm64], libdrm-etnaviv1 (= ${binary:Version}) [armhf arm64], @@ -159,7 +159,7 @@ Description: Userspace interface to omap-specific kernel DRM services -- runtime OpenGL drivers. Package: libdrm-freedreno1 -Architecture: any-arm arm64 +Architecture: amd64 any-arm arm64 Depends: ${shlibs:Depends}, ${misc:Depends}, ===================================== debian/rules ===================================== @@ -76,8 +76,8 @@ else confflags += -Dtegra=disabled endif -# Freedreno is on arm and arm64 -ifneq (,$(filter arm arm64,$(DEB_HOST_ARCH_CPU))) +# Freedreno is on amd64, arm and arm64 +ifneq (,$(filter amd64 arm arm64,$(DEB_HOST_ARCH_CPU))) FREEDRENO = yes endif ifeq ($(FREEDRENO), yes) View it on GitLab: https://salsa.debian.org/xorg-team/lib/libdrm/-/commit/1796aaa5b696d4d3411f7f84e3ca845de2c3efc5 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libdrm/-/commit/1796aaa5b696d4d3411f7f84e3ca845de2c3efc5 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

