[Mesa-dev] [PATCH] glapi: fix scons build

2015-05-22 Thread Dylan Baker
The arguments for glX_proto_size.py changed slightly, the '-h' short option was removed, because argparse reserves that for help messages. The auto-tools based build was already updated to account for this change, but the scons build was not. Signed-off-by: Dylan Baker --- The Scons build is bro

Re: [Mesa-dev] [PATCH] glapi: Fix scons build

2014-04-02 Thread Vinson Lee
On Wed, Apr 2, 2014 at 12:30 PM, Ian Romanick wrote: > From: Ian Romanick > > Put the -c in the correct place (and match Makefile.am). > > Signed-off-by: Ian Romanick > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76960 > Cc: Vinson Lee > --- > src/mapi/glapi/gen/SConscript | 2 +- >

Re: [Mesa-dev] [PATCH] glapi: Fix scons build

2014-04-02 Thread Brian Paul
On 04/02/2014 01:30 PM, Ian Romanick wrote: From: Ian Romanick Put the -c in the correct place (and match Makefile.am). Signed-off-by: Ian Romanick Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76960 Cc: Vinson Lee --- src/mapi/glapi/gen/SConscript | 2 +- 1 file changed, 1 inser

[Mesa-dev] [PATCH] glapi: Fix scons build

2014-04-02 Thread Ian Romanick
From: Ian Romanick Put the -c in the correct place (and match Makefile.am). Signed-off-by: Ian Romanick Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76960 Cc: Vinson Lee --- src/mapi/glapi/gen/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/gl