|
@@ -378,21 +378,19 @@ comment "Vulkan drivers"
|
|
|
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 # libxshmfence
|
|
|
+ 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
|
|
|
- depends on BR2_PACKAGE_XORG7 # xorgproto
|
|
|
- select BR2_PACKAGE_MESA3D_DRI3
|
|
|
+ select BR2_PACKAGE_MESA3D_DRI3 if BR2_PACKAGE_XORG7
|
|
|
select BR2_PACKAGE_MESA3D_VULKAN_DRIVER
|
|
|
- select BR2_PACKAGE_XORGPROTO
|
|
|
help
|
|
|
Vulkan driver for Intel hardware from Ivy Bridge onward.
|
|
|
|
|
|
-comment "intel vulkan depends on X.org and needs a glibc toolchain w/ headers >= 3.17"
|
|
|
+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
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 || !BR2_PACKAGE_XORG7
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 || \
|
|
|
- !BR2_TOOLCHAIN_USES_GLIBC || !BR2_PACKAGE_XORG7
|
|
|
+ !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
|
|
comment "Off-screen Rendering"
|
|
|
|