mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 20:51:58 -07:00
added assets/wallpapers to install
This commit is contained in:
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')
|
||||||
|
Reference in New Issue
Block a user