diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2019-03-19 14:23:59 +0000 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2019-04-11 13:15:18 +0000 |
commit | 8c780e54a35e5ed71a899ee4701bab6363d13f00 (patch) | |
tree | a7bc58690a80f00f70a05af7807f850ea358d1ec /.gitlab-ci.yml | |
parent | c77acc3ceba711ec3790fb674aeb8c6a25433741 (diff) | |
download | mesa-8c780e54a35e5ed71a899ee4701bab6363d13f00.tar.gz |
gitlab-ci: build gallium extra hud
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f39a7329077..f3834c9a3e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -301,6 +301,7 @@ meson-gallium-st-other: -D gbm=false GALLIUM_ST: > -D dri3=true + -D gallium-extra-hud=true -D gallium-vdpau=true -D gallium-xvmc=true -D gallium-omx=bellagio |