Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
35a58393
Commit
35a58393
authored
Nov 19, 2020
by
David Redondo
🏎
Browse files
Remove cmake checks for breeze decoration
We no longer need it, now that the kcm lives in plasma-workspace
parent
ce24a644
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
35a58393
...
...
@@ -161,20 +161,6 @@ endif()
include
(
ConfigureChecks.cmake
)
find_package
(
Breeze
${
PROJECT_VERSION
}
CONFIG
)
set_package_properties
(
Breeze PROPERTIES
TYPE OPTIONAL
PURPOSE
"For setting the default window decoration plugin"
)
if
(
${
Breeze_FOUND
}
)
if
(
${
BREEZE_WITH_KDECORATION
}
)
set
(
HAVE_BREEZE_DECO true
)
else
()
set
(
HAVE_BREEZE_DECO FALSE
)
endif
()
else
()
set
(
HAVE_BREEZE_DECO FALSE
)
endif
()
find_package
(
PackageKitQt5
)
set_package_properties
(
PackageKitQt5
PROPERTIES DESCRIPTION
"Software Manager integration"
...
...
config-workspace.h.cmake
View file @
35a58393
...
...
@@ -143,13 +143,6 @@
/* Number of bits in a file offset, on hosts where this is settable. */
#define _FILE_OFFSET_BITS 64
/* Define 1 if the Breeze window decoration was found */
#cmakedefine HAVE_BREEZE_DECO 1
#ifdef HAVE_BREEZE_DECO
#define BREEZE_KDECORATION_PLUGIN_ID "${BREEZE_KDECORATION_PLUGIN_ID}"
#endif
/* Define to 1 if you have packagekit available. */
#cmakedefine HAVE_PACKAGEKIT 1
...
...
David Redondo
🏎
@davidre
mentioned in commit
cf44fdd5
·
Nov 30, 2020
mentioned in commit
cf44fdd5
mentioned in commit cf44fdd5005b614c6939110136e4d19b7ec02e3d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment