Mark required deps as required

BUG: 454912
(cherry picked from commit 34e7c90c2d)
This commit is contained in:
Nicolas Fella 2022-06-06 12:26:10 +02:00
parent a450e3b4b3
commit 7f555ba9bd

View File

@ -32,10 +32,10 @@ include(GenerateExportHeader)
include(KDEClangFormat)
include(ECMQtDeclareLoggingCategory)
find_package(WaylandScanner)
find_package(QtWaylandScanner)
find_package(WaylandScanner REQUIRED)
find_package(QtWaylandScanner 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)