diff options
author | Eric Engestrom <[email protected]> | 2019-01-29 08:57:17 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | ba26bc4ef01ea6ffa9fce33e1a44d2152bb581d3 (patch) | |
tree | d303fb1e1199defe02dc2dea46513102d0c1194a /.gitlab-ci | |
parent | 5459900f387879d28e01e580b4e80c98afcb84c4 (diff) |
gitlab-ci: add meson glvnd build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/Dockerfile.ubuntu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile.ubuntu b/.gitlab-ci/Dockerfile.ubuntu index ef7fba78773..dff5dccba37 100644 --- a/.gitlab-ci/Dockerfile.ubuntu +++ b/.gitlab-ci/Dockerfile.ubuntu @@ -45,6 +45,7 @@ RUN apt-get install -y \ x11proto-xf86vidmode-dev \ libelf-dev \ libunwind8-dev \ + libglvnd-dev \ python2.7 \ python-pip \ python-setuptools \ |