summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-13 17:32:35 +0100
committerEmil Velikov <[email protected]>2017-05-04 18:11:56 +0100
commit4752ae876aa5aaaa3db9d5f839bbd1bd74158a16 (patch)
treee6dc8e6223f0ce9f07483d89e996f2783ea9910c
parentf885f1ae14b1aa5c7c6cd3b5d76b0b7ceae3d512 (diff)
targets/libgl-xlib: 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]>
-rw-r--r--src/gallium/targets/libgl-xlib/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/libgl-xlib/Makefile.am b/src/gallium/targets/libgl-xlib/Makefile.am
index d2fd2ed7b68..d3a781848e7 100644
--- a/src/gallium/targets/libgl-xlib/Makefile.am
+++ b/src/gallium/targets/libgl-xlib/Makefile.am
@@ -25,7 +25,6 @@ GL_MINOR = 5
GL_TINY = $(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY)
if HAVE_SHARED_GLAPI
-SHARED_GLAPI_CFLAGS = -DGLX_SHARED_GLAPI
SHARED_GLAPI_LIB = $(top_builddir)/src/mapi/shared-glapi/libglapi.la
endif
@@ -40,7 +39,6 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/state_trackers/glx/xlib \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/winsys \
- $(SHARED_GLAPI_CFLAGS) \
-DGALLIUM_SOFTPIPE \
-DGALLIUM_RBUG \
-DGALLIUM_TRACE