-
Notifications
You must be signed in to change notification settings - Fork 189
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
ERROR: Dependency "systemd" not found, tried pkgconfig #502
Comments
I have the same Problem. Also Ubuntu 24.10 |
I had to install systemd-dev:
|
In my case systemd-dev was already installed |
Have you tried installing gamemode through apt instead of using the install script? |
|
For reference, on Fedora 41 I had to install the following:
|
Renamed this issue with the more descriptive title of #502. |
I'am getting systemd dependency error when i am at the ' ./bootstrap.sh ' step.
I double checked every dependency i shouldnt have missing dependency especially not systemd
The exact error i am getting:
"Message: Asking pkg-config for systemd's 'sysusersdir' directory
Found CMake: /usr/bin/cmake (3.30.3)
Run-time dependency systemd found: NO (tried pkgconfig and cmake)
meson.build:124:34: ERROR: Dependency "systemd" not found, tried pkgconfig and cmake
"
Ubuntu 24.10
meson-log.txt
The text was updated successfully, but these errors were encountered: