Re: [Mesa-dev] [PATCH v4 11/13] meson: build gallium omx state tracker

2017-11-20 Thread Dylan Baker
Quoting Emil Velikov (2017-11-17 04:19:22) > Hi Dylan, > > On 17 November 2017 at 00:27, Dylan Baker wrote: > > > + elif not (with_gallium_r600 or with_gallium_radeonsi or > > with_gallium_nouveau) > > > > + elif not (with_gallium_r600 or with_gallium_radeonsi or > > with_gallium_nouveau)

Re: [Mesa-dev] [PATCH v4 11/13] meson: build gallium omx state tracker

2017-11-17 Thread Dylan Baker
Quoting Emil Velikov (2017-11-17 04:19:22) > Hi Dylan, > > On 17 November 2017 at 00:27, Dylan Baker wrote: > > > + elif not (with_gallium_r600 or with_gallium_radeonsi or > > with_gallium_nouveau) > > > > + elif not (with_gallium_r600 or with_gallium_radeonsi or > > with_gallium_nouveau)

Re: [Mesa-dev] [PATCH v4 11/13] meson: build gallium omx state tracker

2017-11-17 Thread Emil Velikov
Hi Dylan, On 17 November 2017 at 00:27, Dylan Baker wrote: > + elif not (with_gallium_r600 or with_gallium_radeonsi or > with_gallium_nouveau) > + elif not (with_gallium_r600 or with_gallium_radeonsi or > with_gallium_nouveau) > +error('OMX state tracker requires at least one of the fo

[Mesa-dev] [PATCH v4 11/13] meson: build gallium omx state tracker

2017-11-16 Thread Dylan Baker
v2: - set with_gallium_omx when -Dgallium-omx=true - Fix detection of omx plugins dir - only use cflags from pkg-config, don't add linker flags. Signed-off-by: Dylan Baker --- meson.build| 60 - meson_options.txt