package/mesa3d: remove x86/x86_64 dependency for nouveau Gallium driver
Nvidia chips are used on arm hardware as well like Jetson: https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/ Suggested-by: Ross Green <grunpferd@netscape.net> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5ff8106a08
commit
8324e23aa3
@ -119,7 +119,6 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_LIMA
|
|||||||
|
|
||||||
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU
|
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU
|
||||||
bool "Gallium nouveau driver"
|
bool "Gallium nouveau driver"
|
||||||
depends on BR2_i386 || BR2_x86_64
|
|
||||||
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
||||||
select BR2_PACKAGE_LIBDRM_NOUVEAU
|
select BR2_PACKAGE_LIBDRM_NOUVEAU
|
||||||
select BR2_PACKAGE_MESA3D_NEEDS_XA
|
select BR2_PACKAGE_MESA3D_NEEDS_XA
|
||||||
|
Loading…
Reference in New Issue
Block a user