From 7c1dd4d1a0d58539ba003760e804323c16bcc8ce Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Wed, 9 Oct 2019 19:06:57 +0200 Subject: [PATCH] travis.yml: Add libvdeplug-dev to compile-test net/vde.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This library is needed to compile the VDE network backend. Signed-off-by: Thomas Huth Message-Id: <20191009170701.14756-2-thuth@redhat.com> Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7d90b87540..7be2a9949f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ addons: - libssh-dev - liburcu-dev - libusb-1.0-0-dev + - libvdeplug-dev - libvte-2.91-dev - sparse - uuid-dev