diff mbox series

[PULL,v3,02/15] travis.yml: Add libvdeplug-dev to compile-test net/vde.c

Message ID 20191025193709.28783-3-alex.bennee@linaro.org
State New
Headers show
Series testing updates | expand

Commit Message

Alex Bennée Oct. 25, 2019, 7:36 p.m. UTC
From: Thomas Huth <thuth@redhat.com>


This library is needed to compile the VDE network backend.

Signed-off-by: Thomas Huth <thuth@redhat.com>

Message-Id: <20191009170701.14756-2-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


-- 
2.20.1
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 7d90b87540f..7be2a9949f5 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