diff mbox

[libdrm,04/13] meson,configure: remove unused HAVE_OMAP define

Message ID 20180126164552.5473-4-eric.engestrom@imgtec.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Engestrom Jan. 26, 2018, 4:45 p.m. UTC
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
 configure.ac | 3 ---
 meson.build  | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 97613ce257297a77a245..523ab4fc983c9c7ab737 100644
--- a/configure.ac
+++ b/configure.ac
@@ -375,9 +375,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
diff --git a/meson.build b/meson.build
index 73058e7d772b7744a359..f81670aa10ce3981e3d3 100644
--- a/meson.build
+++ b/meson.build
@@ -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']]