diff options
author | Slávek Banko <[email protected]> | 2020-06-18 00:52:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-18 00:52:47 +0200 |
commit | a37036141b3ab08fd5aba8a5ebf473e04690886d (patch) | |
tree | 237d64c956a14b37ce70d340d5924240e0ef7c7c /wallpapers/CMakeLists.txt | |
parent | a4b0d0d912c4e1160a76e77bb0b5183c306fc375 (diff) | |
download | tdeartwork-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 <[email protected]>
Diffstat (limited to 'wallpapers/CMakeLists.txt')
-rw-r--r-- | wallpapers/CMakeLists.txt | 2 |
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 ) |