Re: [Mesa-dev] [PATCH 1/4] glapi/gen: fix out of tree build

2012-07-01 Thread Kenneth Graunke
On 07/01/2012 11:10 AM, nobled wrote: > Add "-f $(srcdir)/gl_API.xml" to the arguments of all > the scripts that by default look for gl_API.xml in the > working directory when run with no arguments, and prepend > $(srcdir) to those scripts that are already using an > explicit -f argument. > --- >

[Mesa-dev] [PATCH 1/4] glapi/gen: fix out of tree build

2012-07-01 Thread nobled
Add "-f $(srcdir)/gl_API.xml" to the arguments of all the scripts that by default look for gl_API.xml in the working directory when run with no arguments, and prepend $(srcdir) to those scripts that are already using an explicit -f argument. --- src/mapi/glapi/gen/Makefile.am | 52 ++