[Mesa-dev] [PATCH] glx: fix Scons build

Dylan Baker baker.dylan.c at gmail.com
Fri May 22 13:39:53 PDT 2015


Well, I wrote the exact same patch and sent it a few seconds ago before
I noticed this.

Sorry to break things.

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

On Fri, May 22, 2015 at 01:23:52PM -0700, Brian Paul wrote:
> Replace -h with --header-tag as was done for the Makefile build.
> ---
>  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(
> -- 
> 1.9.1
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150522/c6e7cb1c/attachment.sig>


More information about the mesa-dev mailing list