meson,configure: remove unused HAVE_FREEDRENO define
authorEric Engestrom <eric.engestrom@imgtec.com>
Fri, 26 Jan 2018 16:17:53 +0000 (16:17 +0000)
committerEric Engestrom <eric.engestrom@imgtec.com>
Mon, 29 Jan 2018 15:41:52 +0000 (15:41 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
configure.ac
meson.build

index c12f8b5..83f2e4c 100644 (file)
@@ -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
index fc70c4f..049ef3c 100644 (file)
@@ -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]