mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-10-30 05:51:44 +00:00
5dd2c27b63
OpenGL: get wallpapers dir from DATAROOTDIR
8 lines
314 B
Meson
8 lines
314 B
Meson
wallpapers = ['0', '1', '2']
|
|
|
|
foreach type : wallpapers
|
|
install_data(f'wall@type@.png', install_dir: join_paths(get_option('datadir'), 'hypr'), install_tag: 'runtime')
|
|
endforeach
|
|
|
|
install_data('hyprland-portals.conf', install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'), install_tag: 'runtime')
|