Module: Mesa
Branch: master
Commit: 2752e629e71a8b4345b61f55b09d5ed04fc5e4b8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2752e629e71a8b4345b61f55b09d5ed04fc5e4b8

Author: Emil Velikov <emil.l.veli...@gmail.com>
Date:   Fri Jun 19 17:37:18 2015 +0100

drivers/x11: drop unneeded HAVE_X11_DRIVER check

Already handled in the Makefile which includes the drivers/x11 subdir.

Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
Reviewed-by: Eric Anholt <e...@anholt.net>

---

 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@GL_LIB@.la
-endif
 
 lib@GL_LIB@_la_SOURCES = \
        glxapi.h \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to