From 998e0a4aedf10fb5f7c271018cd80d874668bf55 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 23 Jan 2019 13:49:01 +0100 Subject: automake: Remove VC4/V3D build support Eric is using meson nowadays. v2: Fix up the test filter, meson lists now contain more than in the automake lists. Cc: Eric Anholt Reviewed-by: Eric Anholt Acked-by: Petri Latvala Signed-off-by: Daniel Vetter --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c677575d..b46f024f 100644 --- a/configure.ac +++ b/configure.ac @@ -238,14 +238,6 @@ if test "x$NOUVEAU" = xyes; then fi AM_CONDITIONAL(HAVE_LIBDRM_NOUVEAU, [test "x$NOUVEAU" = xyes]) -AC_ARG_ENABLE(vc4, AS_HELP_STRING([--disable-vc4], - [Enable building of vc4 tests (default: yes)]), - [VC4=$enableval], [VC4=yes]) -if test "x$VC4" = xyes; then - AC_DEFINE(BUILD_VC4, 1, [Have vc4 support]) -fi -AM_CONDITIONAL(BUILD_VC4, [test "x$VC4" = xyes]) - # enable debug symbols AC_ARG_ENABLE(debug, AS_HELP_STRING([--disable-debug], @@ -309,7 +301,6 @@ AC_CONFIG_FILES([ tools/Makefile tools/null_state_gen/Makefile tools/registers/Makefile - include/Makefile overlay/Makefile ]) -- cgit v1.2.3