Message ID | 20180404153818.26179-22-eric.engestrom@imgtec.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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], ]
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)