diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2019-05-08 18:17:23 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2019-05-08 19:51:46 +0200 |
commit | 5f8d29ab4be861fc424b033ebb098d14d90ed099 (patch) | |
tree | 83a3530796494bd734e3c0cac1462cf3db9e405e /.gitlab-ci/meson-build.sh | |
parent | c6306125b55adaa49e754293be79ef68673770e7 (diff) | |
download | mesa-5f8d29ab4be861fc424b033ebb098d14d90ed099.tar.gz |
gitlab-ci: add the vulkan overlay layer to the vulkan build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to '.gitlab-ci/meson-build.sh')
-rwxr-xr-x | .gitlab-ci/meson-build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh index e6f0b800468..733f040171a 100755 --- a/.gitlab-ci/meson-build.sh +++ b/.gitlab-ci/meson-build.sh @@ -24,7 +24,8 @@ meson _build --native-file=native.file \ ${GALLIUM_ST} \ -D gallium-drivers=${GALLIUM_DRIVERS:-[]} \ -D vulkan-drivers=${VULKAN_DRIVERS:-[]} \ - -D I-love-half-baked-turnips=true + -D I-love-half-baked-turnips=true \ + ${EXTRA_OPTION} cd _build meson configure ninja -j4 |