gitlab-ci: Remove unneded (stuff from) APT command lines
authorMichel Dänzer <michel.daenzer@amd.com>
Wed, 3 Apr 2019 10:21:48 +0000 (12:21 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 16 Apr 2019 08:41:07 +0000 (10:41 +0200)
We either compile these locally, or they are dependencies of other
packages we install.

v2:
* Adapt to leaving self-compiled packages untouched.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci/debian-install.sh

index bc3580c716bf4ec5e02c0700f261ddfc1cbd4c4d..bd8348d9b729a3b315d2235450b06a5540bcd52a 100644 (file)
@@ -42,15 +42,9 @@ apt-get install -y \
       bzip2 \
       zlib1g-dev \
       pkg-config \
-      libdrm-dev \
-      libpciaccess-dev \
-      libxrandr-dev \
+      libxrender-dev \
       libxdamage-dev \
-      libxfixes-dev \
-      libxshmfence-dev \
       libxxf86vm-dev \
-      libvdpau-dev \
-      libva-dev \
       gcc \
       libclc-dev \
       libxvmc-dev \
@@ -58,7 +52,6 @@ apt-get install -y \
       xz-utils \
       libexpat1-dev \
       libx11-xcb-dev \
-      x11proto-xf86vidmode-dev \
       libelf-dev \
       libunwind-dev \
       libglvnd-dev \
@@ -67,14 +60,9 @@ apt-get install -y \
       meson \
       scons
 
-apt-get install -y \
-      libxcb-randr0
-
 # autotools build deps
 apt-get install -y \
-      autoconf \
       automake \
-      xutils-dev \
       libtool \
       bison \
       flex \