Ship light and dark Breeze Icon theme by default
authorromibi <romibi@bluewin.ch>
Thu, 1 Feb 2018 22:50:44 +0000 (23:50 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 15 Jun 2018 23:30:32 +0000 (01:30 +0200)
CMakeLists.txt

index 4d15ebc..946b677 100644 (file)
@@ -72,7 +72,7 @@ else()
 endif()
 
 cmake_dependent_option(WITH_BREEZE "Install Breeze icon theme (usually shipped with KDE)" ON "NOT WITH_KDE" OFF)
-cmake_dependent_option(WITH_BREEZE_DARK "Install Dark Breeze icon theme (usually shipped with KDE)" OFF "NOT WITH_KDE" OFF)
+cmake_dependent_option(WITH_BREEZE_DARK "Install Dark Breeze icon theme (usually shipped with KDE)" ON "NOT WITH_KDE" OFF)
 cmake_dependent_option(WITH_OXYGEN "Install Oxygen icon theme (usually shipped with KDE)" OFF "NOT WITH_KDE" OFF)
 if (NOT WITH_KDE)
     add_feature_info(WITH_BREEZE WITH_BREEZE "Install Breeze icon theme")