From 7e674b3f72c4064ba7e58980fffb0982ffbd0139 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 30 Jul 2021 19:46:58 +0000 Subject: [PATCH] Add kiwmi.desktop --- kiwmi.desktop | 5 +++++ meson.build | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 kiwmi.desktop diff --git a/kiwmi.desktop b/kiwmi.desktop new file mode 100644 index 0000000..5fe1294 --- /dev/null +++ b/kiwmi.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=kiwmi +Comment=A fully programmable Wayland Compositor +Exec=kiwmi +Type=Application diff --git a/meson.build b/meson.build index 4cd3d7c..e7f73a7 100644 --- a/meson.build +++ b/meson.build @@ -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')