aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2018-01-26 10:10:04 -0600
committerEric Engestrom2018-01-29 09:41:52 -0600
commitde9be0bebf242a6ceb5ad41a714a9d0306c6f4f1 (patch)
tree403e3214f11adfded07a868ee0fd798d81aa5784 /meson.build
parentc56db628c77ecc734bfa00d773cc1717c8c1f825 (diff)
downloadexternal-libgbm-de9be0bebf242a6ceb5ad41a714a9d0306c6f4f1.tar.gz
external-libgbm-de9be0bebf242a6ceb5ad41a714a9d0306c6f4f1.tar.xz
external-libgbm-de9be0bebf242a6ceb5ad41a714a9d0306c6f4f1.zip
meson,configure: remove unused HAVE_OMAP define
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6bd528a6..4310bdf2 100644
--- a/meson.build
+++ b/meson.build
@@ -252,7 +252,7 @@ if cc.compiles('''int foo_hidden(void) __attribute__((visibility(("hidden"))));'
252endif 252endif
253 253
254foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'], 254foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'],
255 [with_nouveau, 'NOUVEAU'], [with_omap, 'OMAP'], 255 [with_nouveau, 'NOUVEAU'],
256 [with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'], 256 [with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'],
257 [with_tegra, 'TEGRA'], [with_vc4, 'VC4'], 257 [with_tegra, 'TEGRA'], [with_vc4, 'VC4'],
258 [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']] 258 [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']]