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
Layer Shell Qt
Commits
9573abb5
Commit
9573abb5
authored
Jun 06, 2022
by
Nicolas Fella
Browse files
Mark required deps as required
BUG: 454912
(cherry picked from commit
34e7c90c
)
parent
404e9851
Pipeline
#185954
passed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9573abb5
...
...
@@ -33,11 +33,11 @@ include(ECMQtDeclareLoggingCategory)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS WaylandClient Qml
)
if
(
QT_MAJOR_VERSION EQUAL
"5"
)
find_package
(
Qt5XkbCommonSupport REQUIRED PRIVATE
)
find_package
(
QtWaylandScanner
)
find_package
(
QtWaylandScanner
REQUIRED
)
endif
()
find_package
(
WaylandScanner
)
find_package
(
WaylandScanner
REQUIRED
)
find_package
(
Wayland 1.3 COMPONENTS Client Server
)
find_package
(
WaylandProtocols
)
find_package
(
WaylandProtocols
REQUIRED
)
find_package
(
PkgConfig REQUIRED
)
pkg_check_modules
(
XKBCOMMON xkbcommon REQUIRED IMPORTED_TARGET
)
...
...
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