]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix drone.io builds
authorKarel Zak <kzak@redhat.com>
Fri, 21 Oct 2016 11:33:32 +0000 (13:33 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 21 Oct 2016 11:33:32 +0000 (13:33 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
.travis-functions.sh

index 6fcf01976732b9b55b59b6ee8db55de3ff5af3dd..1fff9c934274cbcbbe350cb446cafb04e3fcf438 100755 (executable)
@@ -94,6 +94,7 @@ function travis_install_script
        sudo apt-get install -qq >/dev/null \
                libsystemd-daemon-dev \
                libsystemd-journal-dev \
+               libncursesw5-dev \
                || true
 }