From: Thomas Huth Date: Wed, 9 Oct 2019 17:06:57 +0000 (+0200) Subject: travis.yml: Add libvdeplug-dev to compile-test net/vde.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7c1dd4d1a0d58539ba003760e804323c16bcc8ce;p=qemu.git travis.yml: Add libvdeplug-dev to compile-test net/vde.c 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é --- 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