summaryrefslogtreecommitdiffstats
path: root/wallpapers
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-18 00:52:47 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-18 00:52:47 +0200
commita37036141b3ab08fd5aba8a5ebf473e04690886d (patch)
tree237d64c956a14b37ce70d340d5924240e0ef7c7c /wallpapers
parenta4b0d0d912c4e1160a76e77bb0b5183c306fc375 (diff)
downloadtdeartwork-a37036141b3ab08fd5aba8a5ebf473e04690886d.tar.gz
tdeartwork-a37036141b3ab08fd5aba8a5ebf473e04690886d.zip
Use common rules for kworldclock themes.
Install SVG and SVGZ wallpapers. This addresses the shortcomings of the recent commit. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'wallpapers')
-rw-r--r--wallpapers/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallpapers/CMakeLists.txt b/wallpapers/CMakeLists.txt
index f0c05f28..c2fa86b0 100644
--- a/wallpapers/CMakeLists.txt
+++ b/wallpapers/CMakeLists.txt
@@ -12,7 +12,7 @@
#
#################################################
-file( GLOB _wallpapers RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.jpg *.png )
+file( GLOB _wallpapers RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.jpg *.png *.svg *.svgz )
list( SORT _wallpapers)
foreach( _wallpaper IN LISTS _wallpapers )