mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Install wallpapers in DATADIR/backgrounds/sway
This commit is contained in:
parent
4e663ab44f
commit
edaa7e7119
2 changed files with 3 additions and 3 deletions
|
|
@ -149,7 +149,7 @@ install(
|
|||
if(default-wallpaper)
|
||||
install(
|
||||
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/assets/
|
||||
DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/sway
|
||||
DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/backgrounds/sway
|
||||
COMPONENT data
|
||||
FILES_MATCHING PATTERN "*Wallpaper*"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue