[PATCH libdrm v2 22/23] meson: build tegra by default
Eric Engestrom
eric.engestrom at imgtec.com
Wed Apr 4 15:38:17 UTC 2018
Signed-off-by: Eric Engestrom <eric.engestrom at 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
More information about the dri-devel
mailing list