aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/meson.build
blob: 2a28121dd1d05f42aa5c1a3c943bd0a0ef6567d8 (plain)
1
2
3
4
5
6
7
install_data(
  'hyprland-portals.conf',
  install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'),
  install_tag: 'runtime',
)

subdir('install')