summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-13 17:30:10 +0100
committerEmil Velikov <[email protected]>2017-05-04 18:11:53 +0100
commitf885f1ae14b1aa5c7c6cd3b5d76b0b7ceae3d512 (patch)
tree42fd6a9bf84778b39d685b0fe7120ea62b889fbf /src/mesa/drivers/x11
parent6177d60a374a3d48969fcb062ac1d82465850cb4 (diff)
drivers/x11: remove unneeded GLX_SHARED_GLAPI define
There's no users in-tree that use it. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-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 ba79f6981b9..8c6b67d6a8d 100644
--- a/src/mesa/drivers/x11/Makefile.am
+++ b/src/mesa/drivers/x11/Makefile.am
@@ -26,7 +26,6 @@
EXTRA_DIST = SConscript
if HAVE_SHARED_GLAPI
-SHARED_GLAPI_CFLAGS = -DGLX_SHARED_GLAPI
SHARED_GLAPI_LIB = $(top_builddir)/src/mapi/shared-glapi/libglapi.la
endif
@@ -39,7 +38,6 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/mesa/main \
$(X11_INCLUDES) \
- $(SHARED_GLAPI_CFLAGS) \
$(DEFINES)
lib_LTLIBRARIES = lib@[email protected]