On 28 January 2018 at 14:24, Jon Turney <jon.tur...@dronecode.org.uk> wrote: > --- > .travis.yml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/.travis.yml b/.travis.yml > index 9cecf2f615f..7e6bbfe306b 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -403,6 +403,11 @@ matrix: > - MAKE_CHECK_COMMAND="make check" > - DRI_LOADERS="--with-platforms=x11 --disable-egl" > os: osx > + - env: > + - LABEL="macOS meson" > + - BUILD=meson > + - MESON_OPTIONS="-Ddri-drivers=swrast -Dgallium-drivers= > -Dvulkan-drivers= -Dplatforms=x11,surfaceless -Dglx=dri -Degl=false" Can we please have the same [explicit] set of toggles for both automake and meson? You can drop the surfaceless platform - there's no way to use it w/o EGL. Speaking of which, did we merge all the patches for it on Cygwin/OSX?
With surfaceless dropped, patches 1-4 and 6 are Reviewed-by: Emil Velikov <emil.veli...@collabora.com> Thanks! Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev