mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
targets/libgl-xlib: remove unneeded GLX_SHARED_GLAPI define
There's no users in-tree that use it. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
f885f1ae14
commit
4752ae876a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue