Re: [Mesa-dev] [PATCH mesa 1/6] meson: dedup gallium-vdpau logic

2017-12-07 Thread Eric Engestrom
On Thursday, 2017-12-07 09:29:26 -0800, Dylan Baker wrote: > I didn't look at these super closely after the vdpau one, but we use this > logic > elsewhere in the meson build, > > For the series, > Reviewed-by: Dylan Baker Thanks; I've actually found a few more bits of code that can be removed,

Re: [Mesa-dev] [PATCH mesa 1/6] meson: dedup gallium-vdpau logic

2017-12-07 Thread Dylan Baker
I didn't look at these super closely after the vdpau one, but we use this logic elsewhere in the meson build, For the series, Reviewed-by: Dylan Baker Quoting Eric Engestrom (2017-12-07 08:52:17) > Signed-off-by: Eric Engestrom > --- > meson.build | 45 +

[Mesa-dev] [PATCH mesa 1/6] meson: dedup gallium-vdpau logic

2017-12-07 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- meson.build | 45 + 1 file changed, 21 insertions(+), 24 deletions(-) diff --git a/meson.build b/meson.build index 1ea63fb12915c93a67d5..d8f317e1aaf350c26687 100644 --- a/meson.build +++ b/meson.build @@ -364,36 +364,3