Tested-by: Karol Herbst <[email protected]>
On Wed, Mar 7, 2018 at 3:38 PM, Julien Isorce <[email protected]> wrote: > Thanks a lot for the fixes. > There is small issue, if fails to build with meson with 'auto' if tizonia is > installed but not bellagio because ENABLE_ST_OMX_BELLAGIO will remain > defined. > Though it can be added afterward, and the series is: > Tested-by: Julien Isorce <[email protected]> > > On 7 March 2018 at 13:44, Eric Engestrom <[email protected]> wrote: >> >> On Tuesday, 2018-03-06 11:57:11 -0800, Dylan Baker wrote: >> > This fixes a couple of problems with the meson build support for the >> > recent omx tizonia integration, namely that it breaks a lot of >> > previously working meson configurations. >> >> Thanks! Series is: >> Reviewed-by: Eric Engestrom <[email protected]> >> >> > >> > The biggest change in here is the reintroduction of the 'auto' flag to >> > -Dgallium-omx. This allows configurations that lack tizonia, or that >> > otherwise can't build the omx tracker (i965, and gallium drivers other >> > than r600, radeon, or nouveau) to build without intervention. >> > >> > This also fixes some style things, but those are pretty trivial. >> > >> > Dylan Baker (5): >> > meson: combine state trackers and target if blocks >> > meson: fix tizonia compilation >> > meson: Re-add auto option for omx >> > meson: Use include directory variables instead of traversing >> > meson: Fix indent in omx meson.build >> > >> > meson.build | 67 >> > +++++++++++++++++++---------- >> > meson_options.txt | 4 +- >> > src/egl/meson.build | 5 ++- >> > src/gallium/meson.build | 30 ++++--------- >> > src/gallium/state_trackers/dri/meson.build | 2 + >> > src/gallium/state_trackers/omx/meson.build | 69 >> > +++++++++++++++--------------- >> > src/gbm/meson.build | 2 +- >> > 7 files changed, 95 insertions(+), 84 deletions(-) >> > >> > -- >> > 2.16.2 >> > >> > _______________________________________________ >> > mesa-dev mailing list >> > [email protected] >> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev >> _______________________________________________ >> mesa-dev mailing list >> [email protected] >> https://lists.freedesktop.org/mailman/listinfo/mesa-dev > > > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
