aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-31 12:13:05 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-31 12:13:05 +0100
commit976759719b02bd7b34e9b43d202ea6fd0e24dcde (patch)
tree855596f8cfae4bce9183dad93a39509f83578dc3 /meson.build
parent07b44a514c7dec2aa4344511f5ecd19210c9bb8c (diff)
downloadfbida-976759719b02bd7b34e9b43d202ea6fd0e24dcde.tar.gz
add fbcon session
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8b5728a..0586ec2 100644
--- a/meson.build
+++ b/meson.build
@@ -137,6 +137,8 @@ executable('fbcon',
sources : fbcon_srcs,
dependencies : fbcon_deps,
install : true)
+install_data('fbcon.desktop',
+ install_dir : 'share/wayland-sessions')
# build kbdtest
executable('kbdtest',