[Mesa-dev] [PATCH 05/11] drivers/x11: drop unneeded HAVE_X11_DRIVER check
Emil Velikov
emil.l.velikov at gmail.com
Fri Jun 19 12:56:50 PDT 2015
Already handled in the Makefile which includes the drivers/x11 subdir.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
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 a8847e8..ba79f69 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 at GL_LIB@.la
-endif
lib at GL_LIB@_la_SOURCES = \
glxapi.h \
--
2.4.2
More information about the mesa-dev
mailing list