mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 11:05:58 +01:00
added assets/wallpapers to install
This commit is contained in:
parent
09cd8c45a6
commit
8e203b0da3
2 changed files with 6 additions and 0 deletions
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 a new issue