Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shell build not honoring 'FEATURE_enable_systemd:BOOL=OFF' #225

Closed
skaendo opened this issue Dec 1, 2022 · 0 comments
Closed

shell build not honoring 'FEATURE_enable_systemd:BOOL=OFF' #225

skaendo opened this issue Dec 1, 2022 · 0 comments
Assignees
Milestone

Comments

@skaendo
Copy link

skaendo commented Dec 1, 2022

Compiling is stopping while trying to pull in systemd with 'FEATURE_enable_systemd:BOOL=OFF'.

It was easy enough to patch-out and remove all systemd related stuff and it built fine.

Building from git.

Here is the fail:

-- Configuring done
CMake Error at /usr/share/LiriCMakeShared/modules/LiriAddExecutable.cmake:31 (add_executable):
Target "LiriShell" links to target "PkgConfig::Libsystemd" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
src/compositor/CMakeLists.txt:33 (liri_add_executable)

CMake Error at /usr/share/LiriCMakeShared/modules/LiriAddExecutable.cmake:31 (add_executable):
Target "LiriShellHelper" links to target "PkgConfig::Libsystemd" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
src/helper/CMakeLists.txt:17 (liri_add_executable)

CMake Error at /usr/share/LiriCMakeShared/modules/LiriAddExecutable.cmake:31 (add_executable):
Target "LiriShellLockscreen" links to target "PkgConfig::Libsystemd" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
src/lockscreen/CMakeLists.txt:17 (liri_add_executable)

-- Generating done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants