Add lab-sensible-terminal

Related-to: #2843 #2842
This commit is contained in:
Johan Malm 2025-06-30 19:59:46 +01:00 committed by Johan Malm
parent d7fd23e52d
commit e94781ef3f
2 changed files with 61 additions and 0 deletions

View file

@ -198,6 +198,10 @@ install_data('data/labwc.desktop', install_dir: get_option('datadir') / 'wayland
install_data('data/labwc-portals.conf', install_dir: get_option('datadir') / 'xdg-desktop-portal')
# TODO: move this to clients/meson.build after the labnag PR
clients = files('clients/lab-sensible-terminal')
install_data(clients, install_dir: get_option('bindir'))
icons = ['labwc-symbolic.svg', 'labwc.svg']
foreach icon : icons
icon_path = join_paths('data', icon)