enlightenment/data/units/meson.build

10 lines
340 B
Meson
Raw Permalink Normal View History

unit_config = configuration_data()
unit_config.set('prefix', dir_prefix)
2017-07-21 13:20:03 -07:00
if get_option('systemd') == true
configure_file(input : 'enlightenment.service.in',
output : 'enlightenment.service',
install_dir : systemd_unitdir,
configuration: unit_config
)
2017-07-21 13:20:03 -07:00
endif