diff mbox series

[1/5] travis.yml: Add libvdeplug-dev to compile-test net/vde.c

Message ID 20191009170701.14756-2-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series travis.yml improvements: Update libraries, build with arm64 | expand

Commit Message

Thomas Huth Oct. 9, 2019, 5:06 p.m. UTC
This library is needed to compile the VDE network backend.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index d0b9e099b9..63328387f6 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