]> Git Repo - buildroot-mgba.git/commitdiff
mesa3d: allow the VC4 driver to be selected on AArch64
authorOlivier Schonken <[email protected]>
Wed, 11 Oct 2017 15:42:11 +0000 (17:42 +0200)
committerThomas Petazzoni <[email protected]>
Wed, 11 Oct 2017 19:59:02 +0000 (21:59 +0200)
Neon is compulsory on AArch64, and BR2_ARM_CPU_HAS_NEON is false on
AArch64. Therefore, this change is needed to enable building VC4
gallium driver for Rpi3 using AArch64.

Signed-off-by: Olivier Schonken <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/mesa3d/Config.in

index 787e266bdd9e1c5e2fb22938273b076ef85787b1..dd5d0d4385abd28b2cd936cc766b9162dab38915 100644 (file)
@@ -99,7 +99,7 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
 
 config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4
        bool "Gallium vc4 driver"
-       depends on BR2_ARM_CPU_HAS_NEON
+       depends on BR2_ARM_CPU_HAS_NEON || BR2_aarch64
        select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
        select BR2_PACKAGE_LIBDRM_VC4
        select BR2_PACKAGE_MESA3D_NEEDS_XA
This page took 0.040542 seconds and 4 git commands to generate.