summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-05-30 20:55:00 +0200
committerDavid Runge <dave@sleepmap.de>2019-05-30 20:55:00 +0200
commit2176c5cae2baaf1489a3e9ac5c3b86552a5eb6b9 (patch)
tree2053849e733733df94bb8d3e10e04072189dd93d /.ci
parentbd0b2ce5846204d4190502cabde1fa5c04c02088 (diff)
downloadjack2-2176c5cae2baaf1489a3e9ac5c3b86552a5eb6b9.tar.gz
.ci/install-deps.sh: Testing xenial image (trusty is mega dead) to hopefully get a working systemd development package with headers to be picked up during configure.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install-deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/install-deps.sh b/.ci/install-deps.sh
index d53f1d18..ffcdad5d 100755
--- a/.ci/install-deps.sh
+++ b/.ci/install-deps.sh
@@ -40,6 +40,7 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
libsystemd-login-dev \
libsystemd-id128-dev \
libsystemd-daemon-dev \
+ libsystemd-dev \
libpam-systemd \
libdbus-1-dev \
libeigen3-dev \