From 60c8cfc9a0417a67ed9df97dc5f7f0f6a7998787 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Wed, 23 May 2018 14:17:07 +0200 Subject: [PATCH] scripts: install missing libsystemd-dev --- scripts/clean-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clean-build.sh b/scripts/clean-build.sh index 3e1e766..106faa3 100755 --- a/scripts/clean-build.sh +++ b/scripts/clean-build.sh @@ -21,7 +21,6 @@ apt-get install -qq -y \ libboost-test-dev \ libboost-thread-dev \ libcap-dev \ - libdbus-1-dev \ libdbus-cpp-dev \ libegl1-mesa-dev \ libgles2-mesa-dev \ @@ -33,6 +32,7 @@ apt-get install -qq -y \ libprotobuf-dev \ libsdl2-dev \ libsdl2-image-dev \ + libsystemd-dev \ lxc-dev \ pkg-config \ protobuf-compiler