Signed-off-by: Eric Engestrom <eric.engestrom@xxxxxxxxxx> --- configure.ac | 3 --- meson.build | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 09dc359a11d0855b9d93..a0449404eaddfd347d60 100644 --- a/configure.ac +++ b/configure.ac @@ -435,9 +435,6 @@ if test "x$VC4" = xyes; then fi AM_CONDITIONAL(HAVE_ETNAVIV, [test "x$ETNAVIV" = xyes]) -if test "x$ETNAVIV" = xyes; then - AC_DEFINE(HAVE_ETNAVIV, 1, [Have etnaviv support]) -fi AM_CONDITIONAL(HAVE_INSTALL_TESTS, [test "x$INSTALL_TESTS" = xyes]) diff --git a/meson.build b/meson.build index b2027df7e2e2ccc8795c..15a9f523a498c137e369 100644 --- a/meson.build +++ b/meson.build @@ -255,7 +255,7 @@ foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'], [with_nouveau, 'NOUVEAU'], [with_exynos, 'EXYNOS'], [with_vc4, 'VC4'], - [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']] + [with_radeon, 'RADEON']] if t[0] config.set10('HAVE_@0@'.format(t[1]), true) endif -- Cheers, Eric _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel