mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-23 06:45:58 +01:00
Meson: fix conf_data
This commit is contained in:
parent
86a94c3e4e
commit
379b27281e
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ add_project_arguments(cpp_compiler.get_supported_arguments([
|
||||||
]), language: 'cpp')
|
]), language: 'cpp')
|
||||||
|
|
||||||
conf_data = configuration_data()
|
conf_data = configuration_data()
|
||||||
conf_data.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir')))
|
conf_data.set('LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir')))
|
||||||
conf_data.set('systemd_service', '')
|
|
||||||
|
|
||||||
systemd = dependency('systemd', required: get_option('systemd'))
|
systemd = dependency('systemd', required: get_option('systemd'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue