From: Eric Engestrom Date: Fri, 26 Jan 2018 16:17:53 +0000 (+0000) Subject: meson,configure: remove unused HAVE_FREEDRENO define X-Git-Tag: libdrm-2.4.90~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cd9105db60714c4c9f9e89625da920b4940455f;p=platform%2Fupstream%2Flibdrm.git meson,configure: remove unused HAVE_FREEDRENO define Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov Reviewed-by: Dylan Baker --- diff --git a/configure.ac b/configure.ac index c12f8b5..83f2e4c 100644 --- a/configure.ac +++ b/configure.ac @@ -378,9 +378,6 @@ if test "x$EXYNOS" = xyes; then fi AM_CONDITIONAL(HAVE_FREEDRENO, [test "x$FREEDRENO" = xyes]) -if test "x$FREEDRENO" = xyes; then - AC_DEFINE(HAVE_FREEDRENO, 1, [Have freedreno support]) -fi if test "x$FREEDRENO_KGSL" = xyes; then if test "x$FREEDRENO" != xyes; then diff --git a/meson.build b/meson.build index fc70c4f..049ef3c 100644 --- a/meson.build +++ b/meson.build @@ -253,7 +253,7 @@ endif foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'], [with_nouveau, 'NOUVEAU'], - [with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'], + [with_exynos, 'EXYNOS'], [with_vc4, 'VC4'], [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']] if t[0]