summaryrefslogtreecommitdiffstats
path: root/src/glx/SConscript
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-13 18:02:29 +0100
committerEmil Velikov <[email protected]>2017-05-04 18:11:59 +0100
commit27a4fd5047b3c6413bbd692c1862da3a6f45ff4d (patch)
tree6100bada7d26e806eb2aa8ebc1568f559ecab9f2 /src/glx/SConscript
parent4752ae876aa5aaaa3db9d5f839bbd1bd74158a16 (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/SConscript')
-rw-r--r--src/glx/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index 9727803d5a3..ca94d79519c 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -40,9 +40,6 @@ if env['HAVE_XF86VIDMODE']:
env.Append(CPPDEFINES = ['XF86VIDMODE'])
env.PkgUseModules('XF86VIDMODE')
-if False: # XXX: SHARED_GLAPI
- env.Append(CPPDEFINES = ['GLX_SHARED_GLAPI'])
-
sources = [
'clientattrib.c',
'clientinfo.c',