gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backend
authorThomas Huth <thuth@redhat.com>
Wed, 16 Oct 2019 13:10:02 +0000 (15:10 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Oct 2019 18:24:21 +0000 (19:24 +0100)
The libvdeplug-dev package is required to compile-test net/vde.c.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20191016131002.29663-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.gitlab-ci.yml

index ed8067f5cf9d5b27023878a83e39e09c9e8e77e2..be57c6a454a5e83b2a433dbe0d8d3f06ffbe73a7 100644 (file)
@@ -5,7 +5,7 @@ before_script:
 build-system1:
  script:
  - apt-get install -y -qq libgtk-3-dev libvte-dev nettle-dev libcacard-dev
-      libusb-dev libvde-dev libspice-protocol-dev libgl1-mesa-dev
+      libusb-dev libvde-dev libspice-protocol-dev libgl1-mesa-dev libvdeplug-dev
  - ./configure --enable-werror --target-list="aarch64-softmmu alpha-softmmu
       cris-softmmu hppa-softmmu lm32-softmmu moxie-softmmu microblazeel-softmmu
       mips64el-softmmu m68k-softmmu ppc-softmmu riscv64-softmmu sparc-softmmu"