Meson: fix conf_data

This commit is contained in:
Mihai Fufezan 2024-01-04 22:02:50 +02:00
parent 86a94c3e4e
commit 379b27281e
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -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'))