https://bugs.kde.org/show_bug.cgi?id=388388
Bug ID: 388388 Summary: cmake looks for libsystemd instead of libsystemd0 Product: systemdgenie Version: unspecified Platform: Debian unstable OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: rthoms...@gmail.com Reporter: linuxn...@mailbox.org Target Milestone: --- Trying to build systemdgenie on debian unstable, cmake looks for 'libsystemd', but we have 'libsystemd0'. cmake -DCMAKE_INSTALL_PREFIX=\`kf5-config --prefix\` .. -- Checking for module 'libsystemd>=209' -- No package 'libsystemd' found CMake Error at /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:412 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal) CMakeLists.txt:44 (pkg_check_modules) Besides that, imho, 'extra-cmake-modules' should be added to the needed dependencies. -- You are receiving this mail because: You are watching all bug changes.