Browse Source

travis: fix meson build by letting `auto` do its job

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
tags/19.1-branchpoint
Eric Engestrom 7 years ago
parent
commit
44c420aa1b
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      .travis.yml

+ 1
- 2
.travis.yml View File

- LABEL="macOS meson" - LABEL="macOS meson"
- BUILD=meson - BUILD=meson
- UNWIND="false" - UNWIND="false"
- DRI_LOADERS="-Dglx=dri -Dgbm=false -Degl=false -Dplatforms=x11 -Dosmesa=none"
- GALLIUM_ST="-Ddri3=true -Dgallium-vdpau=false -Dgallium-xvmc=false -Dgallium-omx=disabled -Dgallium-va=false -Dgallium-xa=false -Dgallium-nine=false -Dgallium-opencl=disabled"
- DRI_LOADERS="-Dplatforms=x11"
os: osx os: osx


before_install: before_install:

Loading…
Cancel
Save