aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Andrew Conrad <aconrad103@gmail.com>2017-06-14 22:30:42 -0500
committerLibravatar Andrew Conrad <aconrad103@gmail.com>2017-06-14 22:30:42 -0500
commitedaa7e7119901e9c04efd140b652605e5de4c477 (patch)
treeabb3ba50a0eb4848356f2dd193efe18b08deff84 /CMakeLists.txt
parentMerge pull request #1199 from SirCmpwn/server-decoration (diff)
downloadsway-edaa7e7119901e9c04efd140b652605e5de4c477.tar.gz
sway-edaa7e7119901e9c04efd140b652605e5de4c477.tar.zst
sway-edaa7e7119901e9c04efd140b652605e5de4c477.zip
Install wallpapers in DATADIR/backgrounds/sway
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c80f6361..0257a99f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,7 +149,7 @@ install(
149if(default-wallpaper) 149if(default-wallpaper)
150 install( 150 install(
151 DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/assets/ 151 DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/assets/
152 DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/sway 152 DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/backgrounds/sway
153 COMPONENT data 153 COMPONENT data
154 FILES_MATCHING PATTERN "*Wallpaper*" 154 FILES_MATCHING PATTERN "*Wallpaper*"
155 ) 155 )