qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Huth
Subject: [PATCH 1/5] travis.yml: Add libvdeplug-dev to compile-test net/vde.c
Date: Wed, 9 Oct 2019 19:06:57 +0200

This library is needed to compile the VDE network backend.

Signed-off-by: Thomas Huth <address@hidden>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.18.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]