[Mesa-dev] [PATCH 1/2] meson: install dri internal headers.

2017-11-30 Thread Dylan Baker
Reported-by: Marc Dietrich Signed-off-by: Dylan Baker --- include/meson.build | 4 1 file changed, 4 insertions(+) diff --git a/include/meson.build b/include/meson.build index 35e7791507c..bae6742c4d6 100644 --- a/include/meson.build +++ b/include/meson.build @@ -66,3 +66,7 @@ if with_egl

Re: [Mesa-dev] [PATCH 1/2] meson: install dri internal headers.

2017-11-30 Thread Emil Velikov
s/headers/header/ in the title. With that the series is Reviewed-by: Emil Velikov -Emil ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/2] meson: install dri internal headers.

2017-11-30 Thread Dylan Baker
Quoting Emil Velikov (2017-11-30 10:49:19) > s/headers/header/ in the title. With that the series is > Reviewed-by: Emil Velikov > > -Emil Thanks Emil. Should we be installing the dri.pc when you build gallium drivers as dri drivers, but no "pure" dri drivers? Dylan signature.asc Description

Re: [Mesa-dev] [PATCH 1/2] meson: install dri internal headers.

2017-11-30 Thread Emil Velikov
On 30 November 2017 at 18:58, Dylan Baker wrote: > Quoting Emil Velikov (2017-11-30 10:49:19) >> s/headers/header/ in the title. With that the series is >> Reviewed-by: Emil Velikov >> >> -Emil > > Thanks Emil. > > Should we be installing the dri.pc when you build gallium drivers as dri > drivers

Re: [Mesa-dev] [PATCH 1/2] meson: install dri internal headers.

2017-11-30 Thread Dylan Baker
Quoting Emil Velikov (2017-11-30 11:12:12) > On 30 November 2017 at 18:58, Dylan Baker wrote: > > Quoting Emil Velikov (2017-11-30 10:49:19) > >> s/headers/header/ in the title. With that the series is > >> Reviewed-by: Emil Velikov > >> > >> -Emil > > > > Thanks Emil. > > > > Should we be instal

Re: [Mesa-dev] [PATCH 1/2] meson: install dri internal headers.

2017-12-01 Thread Eric Engestrom
On Thursday, 2017-11-30 10:40:11 -0800, Dylan Baker wrote: > Reported-by: Marc Dietrich > Signed-off-by: Dylan Baker Both patches are: Reviewed-by: Eric Engestrom > --- > include/meson.build | 4 > 1 file changed, 4 insertions(+) > > diff --git a/include/meson.build b/include/meson.buil