mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-23 12:16:13 +03:00
added assets/wallpapers to install
This commit is contained in:
parent
09cd8c45a6
commit
8e203b0da3
5
assets/meson.build
Normal file
5
assets/meson.build
Normal 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
|
@ -18,4 +18,5 @@ endif
|
||||
subdir('protocols')
|
||||
subdir('src')
|
||||
subdir('hyprctl')
|
||||
subdir('assets')
|
||||
subdir('example')
|
||||
|
Loading…
Reference in New Issue
Block a user