diff options
author | Thomas Huth <thuth@redhat.com> | 2019-10-09 19:06:57 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-25 19:23:53 +0100 |
commit | 7c1dd4d1a0d58539ba003760e804323c16bcc8ce (patch) | |
tree | f9f8a4875ce810c690b1c688c7fa1edd9ef52fb3 /.travis.yml | |
parent | 138382c6c6ca1c6cb79a3e2aefb214fd1a36620c (diff) |
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 <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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |