Re: [Mesa-dev] [PATCH] intel: genxml: fix out of tree builds

2017-03-31 Thread Lionel Landwerlin
On 31/03/17 14:23, Emil Velikov wrote: On 31 March 2017 at 11:42, Lionel Landwerlin wrote: The GENXML_XML_FILES variable was missing the "srcdir" prefix, thus the files won't be found on OOT builds. Side note: If you want to spare yourself such fun experiences, CC me on build related patches. O

Re: [Mesa-dev] [PATCH] intel: genxml: fix out of tree builds

2017-03-31 Thread Emil Velikov
On 31 March 2017 at 11:42, Lionel Landwerlin wrote: The GENXML_XML_FILES variable was missing the "srcdir" prefix, thus the files won't be found on OOT builds. Side note: If you want to spare yourself such fun experiences, CC me on build related patches. Or poke me on IRC of course. > Signed-off

[Mesa-dev] [PATCH] intel: genxml: fix out of tree builds

2017-03-31 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin --- src/intel/Makefile.genxml.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/Makefile.genxml.am b/src/intel/Makefile.genxml.am index 05a12f8f77..d780ca8470 100644 --- a/src/intel/Makefile.genxml.am +++ b/src/intel/Makefile.genxml.