mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
package/mesa3d: DRI drivers depend on X.org
It does not make sense to build DRI drivers without X.org. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Paul Cercueil <paul@crapouillou.net> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7c4765f574
commit
c65d7e55a6
@ -56,10 +56,10 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
|
|||||||
This is a software opengl implementation using the Gallium3D
|
This is a software opengl implementation using the Gallium3D
|
||||||
infrastructure.
|
infrastructure.
|
||||||
|
|
||||||
comment "DRI drivers needs a toolchain w/ dynamic library"
|
comment "DRI drivers needs an X.Org server and a toolchain w/ dynamic library"
|
||||||
depends on BR2_PREFER_STATIC_LIB
|
depends on BR2_PREFER_STATIC_LIB || !BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||||
|
|
||||||
if !BR2_PREFER_STATIC_LIB
|
if !BR2_PREFER_STATIC_LIB && BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||||
|
|
||||||
comment "DRI drivers"
|
comment "DRI drivers"
|
||||||
|
|
||||||
@ -73,7 +73,6 @@ config BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST
|
|||||||
config BR2_PACKAGE_MESA3D_DRI_DRIVER_I965
|
config BR2_PACKAGE_MESA3D_DRI_DRIVER_I965
|
||||||
bool "DRI i965 driver"
|
bool "DRI i965 driver"
|
||||||
depends on BR2_i386 || BR2_x86_64
|
depends on BR2_i386 || BR2_x86_64
|
||||||
depends on BR2_PACKAGE_XORG7
|
|
||||||
select BR2_PACKAGE_MESA3D_DRI_DRIVER
|
select BR2_PACKAGE_MESA3D_DRI_DRIVER
|
||||||
select BR2_PACKAGE_LIBDRM_INTEL
|
select BR2_PACKAGE_LIBDRM_INTEL
|
||||||
help
|
help
|
||||||
@ -87,7 +86,7 @@ config BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
|
|||||||
help
|
help
|
||||||
Legacy Radeon driver for R100 series GPUs.
|
Legacy Radeon driver for R100 series GPUs.
|
||||||
|
|
||||||
endif # !BR2_PREFER_STATIC_LIB
|
endif # !BR2_PREFER_STATIC_LIB && BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||||
|
|
||||||
if BR2_PACKAGE_MESA3D_DRIVER
|
if BR2_PACKAGE_MESA3D_DRIVER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user