mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
drivers/x11: 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
6177d60a37
commit
f885f1ae14
1 changed files with 0 additions and 2 deletions
|
|
@ -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@GL_LIB@.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue