diff options
author | Dylan Baker <[email protected]> | 2017-10-11 10:50:33 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-16 16:32:43 -0700 |
commit | c7081a3b0887e7406562e3b1d4c278f836550792 (patch) | |
tree | 38b45635dd9872619b10026297b180f3f1f799be /.travis.yml | |
parent | 61631be3a9f518fcf6ade6bb1f61ec2576356d5e (diff) |
.travis: Don't build gallium drivers in non-gallium test targets
Simply disable gallium in non-gallium builds. For some reason the
gallium driver wont link on ubuntu 14.04 (it will on 16.04, debian
testing, and arch)
Signed-off-by: Dylan Baker <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 766ee158c70..0f42b96cb20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -367,7 +367,7 @@ matrix: - env: - LABEL="meson Vulkan" - BUILD=meson - - MESON_OPTIONS="-Ddri-drivers=" + - MESON_OPTIONS="-Ddri-drivers= -Dgallium-drivers=" addons: apt: sources: @@ -385,7 +385,7 @@ matrix: - env: - LABEL="meson loaders/classic DRI" - BUILD=meson - - MESON_OPTIONS="-Dvulkan-drivers=" + - MESON_OPTIONS="-Dvulkan-drivers= -Dgallium-drivers=" addons: apt: packages: |