1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-01-10 14:49:48 +01:00
Hyprland/assets/meson.build
2024-01-30 01:28:07 +02:00

7 lines
318 B
Meson

wallpapers = ['0', '1', '2']
foreach type : wallpapers
install_data(f'wall@type@.png', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
endforeach
install_data('hyprland-portals.conf', install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'), install_tag: 'runtime')