diff options
author | Michel Dänzer <mdaenzer@redhat.com> | 2019-12-23 09:53:26 +0100 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2020-01-06 15:52:33 +0100 |
commit | e914fb16adcab8807a280450d5cdfff4bbdce96b (patch) | |
tree | 09d8dba6ef9434e90643d2064d9b4bf92be02a26 /.gitlab-ci | |
parent | a52122c7f2697361f53e82ac384ff3f4eba24c76 (diff) |
gitlab-ci: Install libnvidia-egl-wayland-dev package
In order to build-test the Xwayland eglstream code.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/debian-install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 18e030541..845b49581 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -13,6 +13,7 @@ apt-get install -y \ git \ libgl1 \ libglx-mesa0 \ + libnvidia-egl-wayland-dev \ libtool \ libxkbcommon-dev \ meson \ |