Skip to content

Commit

Permalink
Meson: fix conf_data
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 4, 2024
1 parent 86a94c3 commit 379b272
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ add_project_arguments(cpp_compiler.get_supported_arguments([
]), language: 'cpp')

conf_data = configuration_data()
conf_data.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir')))
conf_data.set('systemd_service', '')
conf_data.set('LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir')))

systemd = dependency('systemd', required: get_option('systemd'))

Expand Down

0 comments on commit 379b272

Please sign in to comment.