diff options
Diffstat (limited to 'assets/meson.build')
-rw-r--r-- | assets/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/meson.build b/assets/meson.build index ba2c77bd..cdfafabb 100644 --- a/assets/meson.build +++ b/assets/meson.build @@ -5,3 +5,5 @@ foreach type : wallpaper_types install_data(f'wall_@type@@[email protected]', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime') endforeach endforeach + +install_data('hyprland-portals.conf', install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'), install_tag: 'runtime') |