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 Breeze visual style
Commits
dd7cbd13
Commit
dd7cbd13
authored
Apr 05, 2022
by
Nicolas Fella
Browse files
Disable decoration on Windows and mac
parent
0f97c23b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
dd7cbd13
...
...
@@ -24,6 +24,11 @@ include(KDEClangFormat)
include
(
GtkUpdateIconCache
)
option
(
WITH_DECORATIONS
"Build Breeze window decorations for KWin"
ON
)
if
(
WIN32 OR APPLE
)
set
(
WITH_DECORATIONS OFF
)
endif
()
if
(
WITH_DECORATIONS
)
find_package
(
KDecoration2 REQUIRED
)
add_subdirectory
(
kdecoration
)
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
95114a2b
·
Apr 13, 2022
mentioned in commit
95114a2b
mentioned in commit 95114a2bb52fedc9202dc7ad5659b769fe62d271
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