We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62ddcf commit 8ae0d3aCopy full SHA for 8ae0d3a
external/qt/package.cmake
@@ -57,6 +57,18 @@ if (LINUX)
57
target_include_directories(${target} PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
58
endfunction()
59
endif()
60
+
61
+ find_package(WaylandProtocols QUIET)
62
+ if (NOT WaylandProtocols_FOUND)
63
+ set(WaylandProtocols_DATADIR ${third_party_loc}/wayland-protocols)
64
+ endif()
65
+ message(STATUS "Found WaylandProtocols: ${WaylandProtocols_DATADIR}")
66
67
+ find_package(PlasmaWaylandProtocols QUIET)
68
+ if (NOT PlasmaWaylandProtocols_FOUND)
69
+ set(PLASMA_WAYLAND_PROTOCOLS_DIR ${third_party_loc}/plasma-wayland-protocols/src/protocols)
70
71
+ message(STATUS "Found PlasmaWaylandProtocols: ${PLASMA_WAYLAND_PROTOCOLS_DIR}")
72
73
74
if ((NOT DESKTOP_APP_USE_PACKAGED
0 commit comments