package/mesa3d: remove x86/x86_64 dependency for nouveau Gallium driver
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 28 Sep 2019 06:38:55 +0000 (08:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Sep 2019 19:56:17 +0000 (21:56 +0200)
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>
package/mesa3d/Config.in

index 99b381823554dd13cd122140fa3947665eaa3125..92caa05679218ca3f704bfbe394f2724eb1923e8 100644 (file)
@@ -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