[PATCH libdrm v2 20/23] meson: build omap by default
Eric Engestrom
eric.engestrom at imgtec.com
Wed Apr 4 15:38:15 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 f659c02bc82660d038cc..24688535a329ac530c10 100644
--- a/meson.build
+++ b/meson.build
@@ -75,7 +75,7 @@ foreach d : [
['amdgpu', true, true],
['nouveau', true, true],
['vmwgfx', false, true],
- ['omap', true, false],
+ ['omap', true, true],
['exynos', false, false],
['freedreno', true, ['arm', 'aarch64'].contains(host_machine.cpu_family())],
['tegra', true, false],
--
Cheers,
Eric
More information about the dri-devel
mailing list