diff mbox series

[v2,02/17] travis.yml: Add libvdeplug-dev to compile-test net/vde.c

Message ID 20191024102240.2778-3-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next | expand

Commit Message

Alex Bennée Oct. 24, 2019, 10:22 a.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>

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Philippe Mathieu-Daudé Oct. 24, 2019, 2:37 p.m. UTC | #1
On 10/24/19 12:22 PM, Alex Bennée wrote:
> 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>

> ---

>   .travis.yml | 1 +

>   1 file changed, 1 insertion(+)

> 

> 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

> 


Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
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