aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/meson.build
blob: a338644e0794dcfb152ad53f8d686c1392e5edcf (plain)
1
2
3
4
5
6
7
8
9
10
install_data(
  'hyprland.conf',
  install_dir: join_paths(get_option('datadir'), 'hypr'),
  install_tag: 'runtime',
)
install_data(
  'hyprland.desktop',
  install_dir: join_paths(get_option('datadir'), 'wayland-sessions'),
  install_tag: 'runtime',
)