aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-06-15 00:55:52 -0400
committerLibravatar GitHub <noreply@github.com>2017-06-15 00:55:52 -0400
commitcd08e9160e1ccfa52262d74104a4cd58ae26f818 (patch)
treeabb3ba50a0eb4848356f2dd193efe18b08deff84 /CMakeLists.txt
parentMerge pull request #1199 from SirCmpwn/server-decoration (diff)
parentInstall wallpapers in DATADIR/backgrounds/sway (diff)
downloadsway-cd08e9160e1ccfa52262d74104a4cd58ae26f818.tar.gz
sway-cd08e9160e1ccfa52262d74104a4cd58ae26f818.tar.zst
sway-cd08e9160e1ccfa52262d74104a4cd58ae26f818.zip
Merge pull request #1238 from her001/backgrounds_dir
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 )