From 5bde1483346503fbb858ea04b0f48a00630f3041 Mon Sep 17 00:00:00 2001 From: Robert Foss Date: Wed, 27 Jul 2016 13:17:36 -0400 Subject: configure.ac: Harmonize HAVE_XXX flag for all drm platforms to HAVE_LIBDRM_XXX Replace the automake flag HAVE_XXX for VC4/NOUVEAU with HAVE_LIBDRM_XXX in order for the flags to be more descriptive and also follow the same convention as HAVE_LIBDRM_INTEL. Signed-off-by: Robert Foss Reviewed-by: Emil Velikov Signed-off-by: Daniel Vetter --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 102b8a64..ca735002 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,10 +1,10 @@ include Makefile.sources -if HAVE_NOUVEAU +if HAVE_LIBDRM_NOUVEAU TESTS_progs_M += $(NOUVEAU_TESTS_M) endif -if HAVE_VC4 +if HAVE_LIBDRM_VC4 TESTS_progs_M += $(VC4_TESTS_M) endif -- cgit v1.2.3