Module: Mesa Branch: master Commit: b63fe65bf680dac516e935f3b1608a7bc046a132 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b63fe65bf680dac516e935f3b1608a7bc046a132
Author: Eric Engestrom <[email protected]> Date: Thu Mar 14 12:30:15 2019 +0000 travis: fix osx meson build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 382c2efcf76..0dbb9f63752 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ matrix: - LABEL="macOS meson" - BUILD=meson - DRI_LOADERS="-Dplatforms=x11" + - GALLIUM_DRIVERS=swrast os: osx before_install: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
