瀏覽代碼

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 年之前
父節點
當前提交
44c420aa1b
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      .travis.yml

+ 1
- 2
.travis.yml 查看文件

@@ -22,8 +22,7 @@ matrix:
- LABEL="macOS meson"
- BUILD=meson
- 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

before_install:

Loading…
取消
儲存