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
KWin
Commits
5bf421ef
Commit
5bf421ef
authored
Jan 06, 2021
by
Vlad Zahorodnii
Browse files
cmake: Specify min version for wayland-protocols
parent
5302094f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5bf421ef
...
...
@@ -801,7 +801,7 @@ install(FILES scripting/kwinscript.desktop DESTINATION ${SERVICETYPES_INSTALL_DI
add_subdirectory
(
qml
)
if
(
BUILD_TESTING
)
find_package
(
WaylandProtocols REQUIRED
)
find_package
(
WaylandProtocols
1.19
REQUIRED
)
find_package
(
QtWaylandScanner
${
QT_MIN_VERSION
}
REQUIRED
)
find_package
(
Wayland REQUIRED COMPONENTS Client
)
...
...
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