[Mesa-dev] [PATCH 6/6] travis: add macOS meson build
Emil Velikov
emil.l.velikov at gmail.com
Thu Feb 1 13:13:37 UTC 2018
On 28 January 2018 at 14:24, Jon Turney <jon.turney at 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.velikov at collabora.com>
Thanks!
Emil
More information about the mesa-dev
mailing list