diff options
author | Eric Engestrom <[email protected]> | 2019-08-03 12:41:06 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-07 08:19:30 +0100 |
commit | c32ebfe003a36bd1ea9f664c1b4667416544a9d3 (patch) | |
tree | 891317611c3ef464b24def377e3daac1dd0f282a /.gitlab-ci/debian-install.sh | |
parent | 6b8269d0bbded7a42cd2de2b50d077cf12157d15 (diff) |
gitlab-ci: add gtk3 dev files for `-D tools=intel-ui`
We also need to update wayland-protocols and libXrandr (and randrproto),
as they are too old for gdk3 (which gtk3 depends on).
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to '.gitlab-ci/debian-install.sh')
-rw-r--r-- | .gitlab-ci/debian-install.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 004dde8cabc..2acdaf438ee 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -69,6 +69,7 @@ apt-get install -y \ libelf-dev \ libunwind-dev \ libglvnd-dev \ + libgtk-3-dev \ python-mako \ python3-mako \ meson \ @@ -120,14 +121,14 @@ export DRI2PROTO_VERSION=dri2proto-2.8 export LIBPCIACCESS_VERSION=libpciaccess-0.13.4 export LIBDRM_VERSION=libdrm-2.4.99 export XCBPROTO_VERSION=xcb-proto-1.13 -export RANDRPROTO_VERSION=randrproto-1.3.0 -export LIBXRANDR_VERSION=libXrandr-1.3.0 +export RANDRPROTO_VERSION=randrproto-1.5.0 +export LIBXRANDR_VERSION=libXrandr-1.5.0 export LIBXCB_VERSION=libxcb-1.13 export LIBXSHMFENCE_VERSION=libxshmfence-1.3 export LIBVDPAU_VERSION=libvdpau-1.1 export LIBVA_VERSION=libva-1.7.0 export LIBWAYLAND_VERSION=wayland-1.15.0 -export WAYLAND_PROTOCOLS_VERSION=wayland-protocols-1.8 +export WAYLAND_PROTOCOLS_VERSION=wayland-protocols-1.12 wget $XORG_RELEASES/util/$XORGMACROS_VERSION.tar.bz2 tar -xvf $XORGMACROS_VERSION.tar.bz2 && rm $XORGMACROS_VERSION.tar.bz2 |