From: romibi Date: Thu, 1 Feb 2018 22:50:44 +0000 (+0100) Subject: Ship light and dark Breeze Icon theme by default X-Git-Tag: travis-deploy-test~58 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=aea955ae9f1e3c85fab50ff832b6b1a400a6c0af;hp=408250f819b35ecf43271a9bbe4455b891e302c8 Ship light and dark Breeze Icon theme by default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d15ebc2..946b677b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")