meson,configure: remove unused HAVE_ETNAVIV 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:19:23 +00:00
parent 2cd9105db6
commit 540827cc7d
2 changed files with 1 additions and 4 deletions

View File

@ -431,9 +431,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])

View File

@ -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