Add kiwmi.desktop
This commit is contained in:
parent
e32ac776f6
commit
7e674b3f72
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')
|
||||
endif
|
||||
|
||||
install_data(
|
||||
'kiwmi.desktop',
|
||||
install_dir: join_paths(get_option('datadir'), 'wayland-sessions')
|
||||
)
|
||||
|
||||
subdir('protocols')
|
||||
subdir('kiwmi')
|
||||
subdir('kiwmic')
|
||||
|
|
Loading…
Reference in a new issue