|
@@ -8,9 +8,7 @@ menuconfig BR2_PACKAGE_MESA3D
|
|
|
select BR2_PACKAGE_EXPAT
|
|
|
select BR2_PACKAGE_HAS_LIBGL if BR2_PACKAGE_XORG7
|
|
|
select BR2_PACKAGE_WAYLAND_PROTOCOLS if BR2_PACKAGE_WAYLAND
|
|
|
- select BR2_PACKAGE_XPROTO_DRI2PROTO if BR2_PACKAGE_XORG7
|
|
|
- select BR2_PACKAGE_XPROTO_GLPROTO if BR2_PACKAGE_XORG7
|
|
|
- select BR2_PACKAGE_XPROTO_XF86DRIPROTO if BR2_PACKAGE_XORG7
|
|
|
+ select BR2_PACKAGE_XORGPROTO if BR2_PACKAGE_XORG7
|
|
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
|
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
|
|
select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
|
|
@@ -59,15 +57,7 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
|
|
config BR2_PACKAGE_MESA3D_DRI_DRIVER
|
|
|
bool
|
|
|
select BR2_PACKAGE_MESA3D_DRIVER
|
|
|
- # xlib-libxshmfence needs sync_4, so we cannot select it if
|
|
|
- # BR2_TOOLCHAIN_HAS_SYNC_4 is false. xproto-presentproto
|
|
|
- # doesn't need sync_4, but it is only needed in conjunction
|
|
|
- # with xlib-libxshmfence and dri3proto to provide dri3
|
|
|
- # support, so we also only select it if sync_4 is available.
|
|
|
- select BR2_PACKAGE_XLIB_LIBXSHMFENCE if \
|
|
|
- (BR2_PACKAGE_XPROTO_DRI3PROTO && BR2_TOOLCHAIN_HAS_SYNC_4)
|
|
|
- select BR2_PACKAGE_XPROTO_PRESENTPROTO if \
|
|
|
- (BR2_PACKAGE_XPROTO_DRI3PROTO && BR2_TOOLCHAIN_HAS_SYNC_4)
|
|
|
+ select BR2_PACKAGE_XLIB_LIBXSHMFENCE if BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
|
|
|
config BR2_PACKAGE_MESA3D_VULKAN_DRIVER
|
|
|
bool
|
|
@@ -221,9 +211,9 @@ config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 # memfd.h
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # ifunc, static_assert
|
|
|
- depends on BR2_PACKAGE_XORG7 # xproto_dri3proto
|
|
|
+ depends on BR2_PACKAGE_XORG7 # xorgproto
|
|
|
select BR2_PACKAGE_MESA3D_VULKAN_DRIVER
|
|
|
- select BR2_PACKAGE_XPROTO_DRI3PROTO
|
|
|
+ select BR2_PACKAGE_XORGPROTO
|
|
|
help
|
|
|
Vulkan driver for Intel hardware from Ivy Bridge onward.
|
|
|
|