aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2016-10-21 13:33:32 +0200
committerKarel Zak <kzak@redhat.com>2016-10-21 13:33:32 +0200
commit307546ed8b48da7a8d4583d8e6b4a68904d7900a (patch)
treebef9424881410824455f3ca9b2cfb7ff39fb6311
parentd22f7f7c1ee428c6f3d427b1c8b569af45527d01 (diff)
downloadutil-linux-307546ed8b48da7a8d4583d8e6b4a68904d7900a.tar.gz
build-sys: fix drone.io builds
Signed-off-by: Karel Zak <kzak@redhat.com>
-rwxr-xr-x.travis-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 6fcf019767..1fff9c9342 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -94,6 +94,7 @@ function travis_install_script
sudo apt-get install -qq >/dev/null \
libsystemd-daemon-dev \
libsystemd-journal-dev \
+ libncursesw5-dev \
|| true
}