You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the compiler command lacks the important -I/usr/include/elogind and that is where systemd/sd-daemon.h can be found when elogind is being used.
To Reproduce
Steps to reproduce the behavior:
Have a system with elogind as logind provider (no systemd!)
Compile the project with -Dsession_tracking=elogind
Wait for the above error message
Expected behavior
Build succeeds like with previous releases ;)
Desktop (please complete the following information):
OS (including version): Gentoo Linux
Version of polkit: 126
Additional context
I am not really experienced with meson build system but right now I use this workaround to make polkit-126 build succeed:
Describe the bug
polkit-126
fails to build when using elogind as session tracker:As you can see, the compiler command lacks the important
-I/usr/include/elogind
and that is wheresystemd/sd-daemon.h
can be found whenelogind
is being used.To Reproduce
Steps to reproduce the behavior:
elogind
as logind provider (no systemd!)-Dsession_tracking=elogind
Expected behavior
Build succeeds like with previous releases ;)
Desktop (please complete the following information):
Additional context
I am not really experienced with meson build system but right now I use this workaround to make polkit-126 build succeed:
The text was updated successfully, but these errors were encountered: