mesa3d: make Etnaviv arch-independent
authorAlexey Brodkin <alexey.brodkin@gmail.com>
Sat, 21 Oct 2017 20:49:10 +0000 (23:49 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Oct 2017 21:09:05 +0000 (23:09 +0200)
Vivante GPU could be a part of SoC along with any CPU architecture
thus get rid of nonsense dependency.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mesa3d/Config.in

index dd5d0d4385abd28b2cd936cc766b9162dab38915..9249b1d71a15d7d4e212f397c1879fc7a37d46db 100644 (file)
@@ -56,7 +56,6 @@ comment "Gallium drivers"
 
 config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV
        bool "Gallium Etnaviv driver"
-       depends on BR2_arm
        select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
        select BR2_PACKAGE_LIBDRM_ETNAVIV
        select BR2_PACKAGE_MESA3D_OPENGL_EGL