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>
This commit is contained in:
Emil Velikov 2015-06-19 17:37:18 +01:00
parent 92dc507862
commit 2752e629e7

View file

@ -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 \