Merge pull request #1072 from neobrain/profiler_include_dirs

Add include directories for pkg-config dependencies in the profiler build
This commit is contained in:
Bartosz Taudul
2025-06-17 18:40:40 +02:00
committed by GitHub

View File

@@ -106,6 +106,7 @@ set(LIBS "")
if(USE_WAYLAND)
pkg_check_modules(WAYLAND REQUIRED egl wayland-egl wayland-cursor xkbcommon)
set(INCLUDES "${INCLUDES};${WAYLAND_INCLUDE_DIRS}")
set(LIBS "${LIBS};${WAYLAND_LIBRARIES}")
set(PROFILER_FILES ${PROFILER_FILES}
src/BackendWayland.cpp