diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-17 14:09:29 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-17 14:09:29 +0100 |
commit | 8aaa26cf50574707abd682cd3bc0a95461d50640 (patch) | |
tree | 05f0ef37df4b6a520002ad545d4ee1c0f1b08568 | |
parent | 3c4a587513cce87b03edc9a51e158fe8a3d670f4 (diff) | |
download | vconsole-8aaa26cf50574707abd682cd3bc0a95461d50640.tar.gz |
install desktop file
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 0dbc454..5b5edda 100644 --- a/meson.build +++ b/meson.build @@ -44,6 +44,9 @@ executable('vconsole', dependencies : vconsole_deps, install : true) install_man('vconsole.1') +install_data('vconsole.desktop', + install_dir : 'share/applications') + executable('vpublish', sources : vpublish_srcs, |