diff mbox

[libdrm,v2,22/23] meson: build tegra by default

Message ID 20180404153818.26179-22-eric.engestrom@imgtec.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Engestrom April 4, 2018, 3:38 p.m. UTC
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dylan Baker April 4, 2018, 9:09 p.m. UTC | #1
Please CC Thierry or someone else from nvidia about this,
Also I think this should be ['arm', 'aarch64'], like vc4 and freedreno.

Quoting Eric Engestrom (2018-04-04 08:38:17)
> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 7b26977a9e84290fdd37..e816740cb240922bf98a 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -78,7 +78,7 @@ foreach d : [
>    ['omap', true, true],
>    ['exynos', false, true],
>    ['freedreno', true, ['arm', 'aarch64'].contains(host_machine.cpu_family())],
> -  ['tegra', true, false],
> +  ['tegra', true, true],
>    ['vc4', false, ['arm', 'aarch64'].contains(host_machine.cpu_family())],
>    ['etnaviv', true, false],
>  ]
> -- 
> Cheers,
>   Eric
>
diff mbox

Patch

diff --git a/meson.build b/meson.build
index 7b26977a9e84290fdd37..e816740cb240922bf98a 100644
--- a/meson.build
+++ b/meson.build
@@ -78,7 +78,7 @@  foreach d : [
   ['omap', true, true],
   ['exynos', false, true],
   ['freedreno', true, ['arm', 'aarch64'].contains(host_machine.cpu_family())],
-  ['tegra', true, false],
+  ['tegra', true, true],
   ['vc4', false, ['arm', 'aarch64'].contains(host_machine.cpu_family())],
   ['etnaviv', true, false],
 ]