aboutsummaryrefslogtreecommitdiffhomepage
path: root/systemd/meson.build
blob: bc62e95aea843e252698f56d2c1795b053e8de52 (plain)
1
2
3
4
5
6
7
if (get_option('uwsm').allowed())
  install_data(
    'hyprland-uwsm.desktop',
    install_dir: join_paths(get_option('datadir'), 'wayland-sessions'),
    install_tag: 'runtime',
  )
endif