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>
main
Eric Engestrom 2018-01-26 16:10:04 +00:00
parent c56db628c7
commit de9be0bebf
2 changed files with 1 additions and 4 deletions

View File

@ -371,9 +371,6 @@ if test "x$NOUVEAU" = xyes; then
fi
AM_CONDITIONAL(HAVE_OMAP, [test "x$OMAP" = xyes])
if test "x$OMAP" = xyes; then
AC_DEFINE(HAVE_OMAP, 1, [Have OMAP support])
fi
AM_CONDITIONAL(HAVE_EXYNOS, [test "x$EXYNOS" = xyes])
if test "x$EXYNOS" = xyes; then

View File

@ -252,7 +252,7 @@ if cc.compiles('''int foo_hidden(void) __attribute__((visibility(("hidden"))));'
endif
foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'],
[with_nouveau, 'NOUVEAU'], [with_omap, 'OMAP'],
[with_nouveau, 'NOUVEAU'],
[with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'],
[with_tegra, 'TEGRA'], [with_vc4, 'VC4'],
[with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']]