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.
This commit is contained in:
parent
637dd20c32
commit
24c8f777e4
1
debian/control
vendored
1
debian/control
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user