mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed wayland library detection.
This commit is contained in:
@@ -53,7 +53,7 @@ find_library(WAYLAND_CURSOR_LIB
|
||||
)
|
||||
|
||||
if (WAYLAND_CLIENT_LIB AND WAYLAND_CURSOR_LIB)
|
||||
list(INSERT WAYLAND_LIBS ${WAYLAND_CLIENT_LIB} ${WAYLAND_CURSOR_LIB})
|
||||
list(APPEND WAYLAND_LIBS ${WAYLAND_CLIENT_LIB} ${WAYLAND_CURSOR_LIB})
|
||||
endif (WAYLAND_CLIENT_LIB AND WAYLAND_CURSOR_LIB)
|
||||
|
||||
find_path(XKBCOMMON_INCLUDE_DIR xkbcommon/xkbcommon.h
|
||||
|
||||
Reference in New Issue
Block a user