diff options
author | Emil Velikov <[email protected]> | 2017-04-13 18:02:29 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-04 18:11:59 +0100 |
commit | 27a4fd5047b3c6413bbd692c1862da3a6f45ff4d (patch) | |
tree | 6100bada7d26e806eb2aa8ebc1568f559ecab9f2 /src/glx/Makefile.am | |
parent | 4752ae876aa5aaaa3db9d5f839bbd1bd74158a16 (diff) |
glx: automake: scons: 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/glx/Makefile.am')
-rw-r--r-- | src/glx/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 41e4939a0b7..b306bcc08db 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -20,7 +20,6 @@ # IN THE SOFTWARE. if HAVE_SHARED_GLAPI -SHARED_GLAPI_CFLAGS = -DGLX_SHARED_GLAPI SHARED_GLAPI_LIB = $(top_builddir)/src/mapi/shared-glapi/libglapi.la endif @@ -42,7 +41,6 @@ AM_CFLAGS = \ -I$(top_builddir)/src/mapi/glapi \ -I$(top_srcdir)/src/mapi/glapi \ $(VISIBILITY_CFLAGS) \ - $(SHARED_GLAPI_CFLAGS) \ $(EXTRA_DEFINES_XF86VIDMODE) \ -D_REENTRANT \ -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" \ |