mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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:
parent
92dc507862
commit
2752e629e7
1 changed files with 0 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue