summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-18 18:23:18 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-18 18:23:30 -0400
commita8e1ca75d05a49a86309b0fd979cdfa656ce304e (patch)
treebc3c9b28fdcfcc7913fcb9e453a44d3c8a404936 /CMakeLists.txt
parentMerge pull request #520 from aouelete/swaylock (diff)
downloadsway-a8e1ca75d05a49a86309b0fd979cdfa656ce304e.tar.gz
sway-a8e1ca75d05a49a86309b0fd979cdfa656ce304e.tar.zst
sway-a8e1ca75d05a49a86309b0fd979cdfa656ce304e.zip
New default wallpaper!
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d53dcd25..bf4fe49b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -131,9 +131,10 @@ install(
131 131
132if(default-wallpaper) 132if(default-wallpaper)
133 install( 133 install(
134 FILES ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper.jpg 134 DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/assets/
135 DESTINATION share/sway 135 DESTINATION share/sway
136 COMPONENT data 136 COMPONENT data
137 FILES_MATCHING PATTERN "*Wallpaper*"
137 ) 138 )
138endif() 139endif()
139 140