Add kiwmi.desktop
This commit is contained in:
parent
ea920e8044
commit
3b22a7ab88
2 changed files with 10 additions and 0 deletions
5
kiwmi.desktop
Normal file
5
kiwmi.desktop
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=kiwmi
|
||||||
|
Comment=A fully programmable Wayland Compositor
|
||||||
|
Exec=kiwmi
|
||||||
|
Type=Application
|
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue