From 24c8f777e4078f9046fa63fd6cc8bc7cf4710669 Mon Sep 17 00:00:00 2001 From: apt-ghetto Date: Sat, 2 Jan 2021 11:32:45 +0100 Subject: [PATCH] Added libsystemd-dev as Build-Depends The build of lxqt-admin failed because of files that are created, but not installed. In the cmake file of lxqt-admin-time, cmake is checking for system libraries and sets -DNO_SYSTEMD, if it does not find systemd libs. Added libsystemd-dev as Build-Depends to avoid the creation of this files. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 2c81f21..60fdf69 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper-compat (= 12), libpolkit-qt5-1-dev, libqt5svg5-dev, libqt5x11extras5-dev, + libsystemd-dev, libx11-dev Standards-Version: 4.5.0 Vcs-Browser: https://phab.lubuntu.me/source/lxqt-admin/