mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-27 10:15:26 +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('protocols')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('hyprctl')
|
subdir('hyprctl')
|
||||||
|
subdir('assets')
|
||||||
subdir('example')
|
subdir('example')
|
||||||
|
Loading…
Reference in New Issue
Block a user