From 2752e629e71a8b4345b61f55b09d5ed04fc5e4b8 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 19 Jun 2015 17:37:18 +0100 Subject: [PATCH] drivers/x11: drop unneeded HAVE_X11_DRIVER check Already handled in the Makefile which includes the drivers/x11 subdir. Signed-off-by: Emil Velikov Reviewed-by: Eric Anholt --- src/mesa/drivers/x11/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index a8847e8a7ac..ba79f6981b9 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -42,9 +42,7 @@ AM_CPPFLAGS = \ $(SHARED_GLAPI_CFLAGS) \ $(DEFINES) -if HAVE_X11_DRIVER lib_LTLIBRARIES = lib@GL_LIB@.la -endif lib@GL_LIB@_la_SOURCES = \ glxapi.h \ -- 2.30.2