summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-06-19 17:37:18 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-06-23 17:04:40 +0100
commit2752e629e71a8b4345b61f55b09d5ed04fc5e4b8 (patch)
tree8e05a0d19b75f4ee7b166b1ecfabab8af863c2a1
parent92dc50786224411dc0aeff18b80a1995fcb04dc1 (diff)
downloadexternal_mesa3d-2752e629e71a8b4345b61f55b09d5ed04fc5e4b8.zip
external_mesa3d-2752e629e71a8b4345b61f55b09d5ed04fc5e4b8.tar.gz
external_mesa3d-2752e629e71a8b4345b61f55b09d5ed04fc5e4b8.tar.bz2
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.velikov@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--src/mesa/drivers/x11/Makefile.am2
1 files changed, 0 insertions, 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 \