added assets/wallpapers to install

This commit is contained in:
Florian "sp1rit"​ 2022-06-14 14:32:27 +02:00
parent 09cd8c45a6
commit 8e203b0da3
No known key found for this signature in database
GPG Key ID: BA579378AC81FB05
2 changed files with 6 additions and 0 deletions

5
assets/meson.build Normal file
View File

@ -0,0 +1,5 @@
wallpapers = ['wall_2K.png', 'wall_4K.png', 'wall_8K.png']
foreach wallpaper : wallpapers
install_data(wallpapers, install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
endforeach

View File

@ -18,4 +18,5 @@ endif
subdir('protocols')
subdir('src')
subdir('hyprctl')
subdir('assets')
subdir('example')