@@ -128,7 +128,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
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
help
Mesa driver for iris-based Intel GPUs.
@@ -314,7 +313,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
@@ -323,7 +321,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
This dependency systematically applied with integrated GPUs but no longer with discrete GPUs, so remove it. Signed-off-by: Francois Dugast <francois.dugast.foss@gmail.com> --- package/mesa3d/Config.in | 3 --- 1 file changed, 3 deletions(-)