Add kiwmi.desktop

This commit is contained in:
buffet 2021-07-30 19:46:58 +00:00
parent ea920e8044
commit 3b22a7ab88
2 changed files with 10 additions and 0 deletions

5
kiwmi.desktop Normal file
View file

@ -0,0 +1,5 @@
[Desktop Entry]
Name=kiwmi
Comment=A fully programmable Wayland Compositor
Exec=kiwmi
Type=Application

View file

@ -48,6 +48,11 @@ else
add_project_arguments('-DUNUSED(x)=UNUSED_ ## x', language: 'c') add_project_arguments('-DUNUSED(x)=UNUSED_ ## x', language: 'c')
endif endif
install_data(
'kiwmi.desktop',
install_dir: join_paths(get_option('datadir'), 'wayland-sessions')
)
subdir('protocols') subdir('protocols')
subdir('kiwmi') subdir('kiwmi')
subdir('kiwmic') subdir('kiwmic')