[Buildroot] [git commit] package/mesa3d: remove x86/x86_64 dependency for nouveau Gallium driver

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Sep 28 19:56:17 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=8324e23aa3e462c6fb9637dc81c4ee4cd26c6a9f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at netscape.net>
Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/mesa3d/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 99b3818235..92caa05679 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -119,7 +119,6 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_LIMA
 
 config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU
 	bool "Gallium nouveau driver"
-	depends on BR2_i386 || BR2_x86_64
 	select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
 	select BR2_PACKAGE_LIBDRM_NOUVEAU
 	select BR2_PACKAGE_MESA3D_NEEDS_XA


More information about the buildroot mailing list