Skip to content

Commit

Permalink
fix libsystemd not included even if explicitly enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Schwan committed May 5, 2024
1 parent dd6b888 commit 907faef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ endif

systemd_dep = dependency('libsystemd', required : get_option('libsystemd'))
if systemd_dep.found()
conf_data.set('USE_LIBSYSTEMD', true)
features += 'systemd'
endif

Expand Down

0 comments on commit 907faef

Please sign in to comment.