diff options
author | Emil Velikov <[email protected]> | 2015-06-19 17:37:18 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-06-23 17:04:40 +0100 |
commit | 2752e629e71a8b4345b61f55b09d5ed04fc5e4b8 (patch) | |
tree | 8e05a0d19b75f4ee7b166b1ecfabab8af863c2a1 | |
parent | 92dc50786224411dc0aeff18b80a1995fcb04dc1 (diff) |
drivers/x11: drop unneeded HAVE_X11_DRIVER check
Already handled in the Makefile which includes the drivers/x11 subdir.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r-- | src/mesa/drivers/x11/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index a8847e8a7ac..ba79f6981b9 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@[email protected] -endif lib@GL_LIB@_la_SOURCES = \ glxapi.h \ |