mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 10:05:58 +01:00
7 lines
160 B
Meson
7 lines
160 B
Meson
install_data(
|
|
'hyprland-portals.conf',
|
|
install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'),
|
|
install_tag: 'runtime',
|
|
)
|
|
|
|
subdir('install')
|