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

meson: Make systemd dependency optional #18

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

minlexx
Copy link
Contributor

@minlexx minlexx commented Apr 29, 2024

Some distros (don't point fingers) still don't use SystemD (yet), make it optional.

It is not required to build the binary, just to install systemd unit file.

Add required : false and wrap all manipulations with systemd unit files in if systemd.found()

Some distros still don't use SystemD (yet), make it optional.

It is not required to build the binary, just to install systemd
unit file.

Signed-off-by: Alexey Minnekhanov <alexey.min@gmail.com>
@konradybcio konradybcio requested a review from lumag April 30, 2024 21:44
@konradybcio konradybcio merged commit 47e8957 into linux-msm:master Apr 30, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants