rename wayland session desktop file #61

Open
rvandegrift wants to merge 1 commits from rvandegrift/enlightenment:rename-wayland-session-file into master
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ 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',
input : 'enlightenment-wayland.desktop.in',
output : 'enlightenment-wayland.desktop',
configuration : desktop_config)
if config_h.has('HAVE_WAYLAND') == true