Hyprland/systemd/meson.build

8 lines
189 B
Meson
Raw Normal View History

if (get_option('uwsm').allowed())
install_data(
'hyprland-uwsm.desktop',
install_dir: join_paths(get_option('datadir'), 'wayland-sessions'),
install_tag: 'runtime',
)
endif