[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [breeze/Plasma/5.14] /: Allow to disable installation of wallpapers with breeze
From:       Aleix Pol <null () kde ! org>
Date:       2018-09-28 1:14:30
Message-ID: E1g5hMU-0004oa-Tt () code ! kde ! org
[Download RAW message or body]

Git commit b97dfaff25ca2eb18099128243f3e2b2d2b56230 by Aleix Pol.
Committed on 28/09/2018 at 01:12.
Pushed by apol into branch 'Plasma/5.14'.

Allow to disable installation of wallpapers with breeze

Summary:
Will make it possible to have breeze on the flatpak and snap backends
without all of the wallpapers

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D15807

M  +5    -1    CMakeLists.txt

https://commits.kde.org/breeze/b97dfaff25ca2eb18099128243f3e2b2d2b56230

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f7b850f5..1be48745 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,11 @@ else()
   add_subdirectory(kstyle)
   add_subdirectory(misc)
   add_subdirectory(qtquickcontrols)
-  add_subdirectory(wallpapers)
+
+  option(WITH_WALLPAPERS "Install Breeze default wallpapers" ON)
+  if (WITH_WALLPAPERS)
+    add_subdirectory(wallpapers)
+  endif()
 =

   find_package(KF5Package CONFIG REQUIRED)
   kpackage_install_package(lookandfeel.dark org.kde.breezedark.desktop loo=
k-and-feel plasma)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic