summaryrefslogtreecommitdiff
path: root/data/units/meson.build
blob: a30265b136d3f00a294a2c269a3a7a460338d947 (plain)
1
2
3
4
5
6
7
8
if get_option('systemd') == true
	configure_file(input: 'enlightenment.service.in',
		output: 'enlightenment.service',
		install: true,
		install_dir: systemd_unitdir,
		configuration: config_h
	)
endif