From 307546ed8b48da7a8d4583d8e6b4a68904d7900a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 21 Oct 2016 13:33:32 +0200 Subject: [PATCH] build-sys: fix drone.io builds Signed-off-by: Karel Zak --- .travis-functions.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.47.2