diff mbox

[libdrm,06/13] meson, configure: remove unused HAVE_FREEDRENO define

Message ID 20180126164552.5473-6-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 8b3cd7cccb21989cc548..09dc359a11d0855b9d93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -382,9 +382,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 94eb1c6a7ba9c0506493..b2027df7e2e2ccc8795c 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]