Mesa (master): glx: fix Scons build

Brian Paul brianp at kemper.freedesktop.org
Fri May 22 20:39:24 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 13:18:54 2015 -0700

glx: fix Scons build

Replace -h with --header-tag as was done for the Makefile build.

Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>

---

 src/glx/SConscript |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glx/SConscript b/src/glx/SConscript
index b91c0bd..619e4c3 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -125,7 +125,7 @@ env.CodeGenerate(
     target = 'indirect_size.h',
     script = GLAPI + 'gen/glX_proto_size.py',
     source = sources,
-    command = python_cmd + ' $SCRIPT -f $SOURCE -m size_h --only-set -h _INDIRECT_SIZE_H > $TARGET'
+    command = python_cmd + ' $SCRIPT -f $SOURCE -m size_h --only-set --header-tag _INDIRECT_SIZE_H > $TARGET'
 )
 
 env.CodeGenerate(




More information about the mesa-commit mailing list