Module: Mesa
Branch: master
Commit: f885f1ae14b1aa5c7c6cd3b5d76b0b7ceae3d512
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f885f1ae14b1aa5c7c6cd3b5d76b0b7ceae3d512

Author: Emil Velikov <[email protected]>
Date:   Thu Apr 13 17:30:10 2017 +0100

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]>

---

 src/mesa/drivers/x11/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am
index ba79f6981b..8c6b67d6a8 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]

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to