[Buildroot] [git commit] package/mesa3d: remove depends on architecture for Iris/Vulkan

Julien Olivain ju.o at free.fr
Sat May 17 13:48:50 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=600e75b606e61d5456257cb5368ca312df70046f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This dependency systematically applied with integrated GPUs but no longer
with discrete GPUs, so remove it.

Signed-off-by: Francois Dugast <francois.dugast.foss at gmail.com>
[Julien: fix conflicts after mesa3d bump in commit 317260f]
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 package/mesa3d/Config.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index ef2c2c3258..a059fe6749 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -129,7 +129,6 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_I915
 
 config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_IRIS
 	bool "Gallium iris driver"
-	depends on BR2_i386 || BR2_x86_64
 	depends on BR2_PACKAGE_MESA3D_LLVM
 	select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
 	select BR2_PACKAGE_MESA3D_OPENCL
@@ -322,7 +321,6 @@ config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_BROADCOM
 
 config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL
 	bool "Vulkan Intel driver"
-	depends on BR2_i386 || BR2_x86_64
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4 || !BR2_PACKAGE_XORG7 # libxshmfence
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # memfd.h
 	depends on BR2_TOOLCHAIN_USES_GLIBC # ifunc, static_assert
@@ -331,7 +329,6 @@ config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL
 	  Vulkan driver for Intel hardware from Ivy Bridge onward.
 
 comment "intel vulkan needs a glibc toolchain w/ headers >= 3.17"
-	depends on BR2_i386 || BR2_x86_64
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4 || !BR2_PACKAGE_XORG7
 	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 || \
 		!BR2_TOOLCHAIN_USES_GLIBC


More information about the buildroot mailing list