mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
10 lines
340 B
Meson
10 lines
340 B
Meson
unit_config = configuration_data()
|
|
unit_config.set('prefix', dir_prefix)
|
|
if get_option('systemd') == true
|
|
configure_file(input : 'enlightenment.service.in',
|
|
output : 'enlightenment.service',
|
|
install_dir : systemd_unitdir,
|
|
configuration: unit_config
|
|
)
|
|
endif
|