The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: add wayland include dirs to comp_main

authored by

Simon Zeni and committed by
Christoph Haag
e5c8dbd2 e884e038

+3 -1
+3 -1
src/xrt/compositor/CMakeLists.txt
··· 244 244 245 245 set(WL_PROTOS_XML ${WL_PROTOS_PKG_DIR}/stable/xdg-shell/xdg-shell.xml) 246 246 247 - target_include_directories(comp_main SYSTEM PRIVATE ${WL_PROTOS_DIR}) 247 + target_include_directories( 248 + comp_main SYSTEM PRIVATE ${WL_PROTOS_DIR} ${WAYLAND_INCLUDE_DIRS} 249 + ) 248 250 target_link_libraries(comp_main PRIVATE ${WAYLAND_LIBRARIES}) 249 251 250 252 if(XRT_HAVE_WAYLAND_DIRECT)