summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-03-08 15:04:54 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-03-08 15:17:42 +0000
commit44c420aa1b9a40563011a2b1b656b14e6e87e910 (patch)
treefc4b30f9f4c0fd5a11a31157b92a9eb320b6fe92 /.travis.yml
parent9cf85d3b78a0641f7b81bfbf828d2efeba590aa2 (diff)
travis: fix meson build by letting `auto` do its job
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 96235a72a4c..dd0502950fc 100644
--- a/.travis.yml
+++ b/.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: