meson: we should probebly configure the xsession file correctly

otherwise we end up with wrong enlightenment_start Exec paths
This commit is contained in:
Marcel Hollerbach 2017-08-08 17:34:13 +02:00
parent fd6f9f1c14
commit 3becd06c94
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
desktop_config = configuration_data()
desktop_config.set('prefix', dir_prefix)
configure_file(input: 'enlightenment.desktop.in',
output: 'enlightenment.desktop',
install: true,
install_dir: join_paths(dir_data, 'xsessions'),
configuration: config_h
configuration: desktop_config
)