meson: install foot.desktop

This commit is contained in:
Daniel Eklöf 2019-07-15 15:47:45 +02:00
parent 7379198f4a
commit 433c81f54b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -77,3 +77,5 @@ executable(
wl_proto_src + wl_proto_headers,
dependencies: [threads, math, cairo, cairo_ft, fontconfig, wayland_client, wayland_cursor, xkb],
install: true)
install_data('foot.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))