You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
408 B
12 lines
408 B
desktop_config = configuration_data() |
|
desktop_config.set('prefix', dir_prefix) |
|
desktop_config.set('VERSION', e_version_rev) |
|
e_desktop = configure_file( |
|
input : 'enlightenment.desktop.in', |
|
output : 'enlightenment.desktop', |
|
configuration : desktop_config) |
|
|
|
if config_h.has('HAVE_WAYLAND') == true |
|
install_data(e_desktop, |
|
install_dir : join_paths(dir_data, 'wayland-sessions')) |
|
endif
|
|
|