On 21 November 2017 at 18:14, Dylan Baker <dy...@pnwbakers.com> wrote: > Quoting Eric Engestrom (2017-11-21 06:06:33) >> On Monday, 2017-11-20 15:12:51 -0800, Dylan Baker wrote: >> > Because meson won't put it in that folder. >> > >> > Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com> >> > --- >> > src/mapi/glapi/tests/check_table.cpp | 2 +- >> > src/mesa/main/tests/Makefile.am | 2 ++ >> > 2 files changed, 3 insertions(+), 1 deletion(-) >> > >> > diff --git a/src/mapi/glapi/tests/check_table.cpp >> > b/src/mapi/glapi/tests/check_table.cpp >> > index 30f523ca5fb..6230f1273f3 100644 >> > --- a/src/mapi/glapi/tests/check_table.cpp >> > +++ b/src/mapi/glapi/tests/check_table.cpp >> > @@ -25,7 +25,7 @@ >> > #include "main/glheader.h" >> > >> > #include "glapi/glapi.h" >> > -#include "glapi/glapitable.h" >> > +#include "glapitable.h" >> > >> > struct name_offset { >> > const char *name; >> > diff --git a/src/mesa/main/tests/Makefile.am >> > b/src/mesa/main/tests/Makefile.am >> > index 47fce8a5b78..5c920b70236 100644 >> > --- a/src/mesa/main/tests/Makefile.am >> > +++ b/src/mesa/main/tests/Makefile.am >> > @@ -4,6 +4,8 @@ AM_CPPFLAGS = \ >> > -I$(top_srcdir)/src/gtest/include \ >> > -I$(top_srcdir)/src \ >> > -I$(top_srcdir)/src/mapi \ >> > + -I$(top_builddir)/src/mapi/glapi \ >> > + -I$(top_srcdir)/src/mapi/glapi \ >> >> do we need srcdir here? > > I might have misunderstood Emil, but I think it is needed for building from a > tarball. CCing Emil for clarification. > Precisely. I need to take a closer look at 4/8 but the rest of the series is Reviewed-by: Emil Velikov <emil.veli...@collabora.com>
Thanks for sorting this out Dylan. Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev