From a37036141b3ab08fd5aba8a5ebf473e04690886d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 18 Jun 2020 00:52:47 +0200 Subject: Use common rules for kworldclock themes. Install SVG and SVGZ wallpapers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This addresses the shortcomings of the recent commit. Signed-off-by: Slávek Banko --- wallpapers/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallpapers') 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 ) -- cgit v1.2.1