mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-14 07:17:25 +00:00
CMake: Add missing find_package(ECM) for NoGUI/Wayland
This commit is contained in:
parent
3dcd901885
commit
c817030263
@ -34,6 +34,9 @@ endif()
|
|||||||
|
|
||||||
if(USE_WAYLAND)
|
if(USE_WAYLAND)
|
||||||
message(STATUS "Building Wayland NoGUI Platform.")
|
message(STATUS "Building Wayland NoGUI Platform.")
|
||||||
|
find_package(ECM REQUIRED NO_MODULE)
|
||||||
|
list(APPEND CMAKE_MODULE_PATH "${ECM_MODULE_PATH}")
|
||||||
|
|
||||||
find_package(Wayland REQUIRED Client)
|
find_package(Wayland REQUIRED Client)
|
||||||
find_package(WaylandScanner REQUIRED)
|
find_package(WaylandScanner REQUIRED)
|
||||||
find_package(WaylandProtocols 1.15 REQUIRED)
|
find_package(WaylandProtocols 1.15 REQUIRED)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user