Fixed detection of wayland libs
This commit is contained in:
parent
5dcb3dfe8b
commit
c1c43f91c7
@ -43,7 +43,7 @@ find_path(WAYLAND_INCLUDE_DIR wayland-client.h
|
||||
|
||||
find_library(WAYLAND_LIBS
|
||||
NAMES "wayland-client"
|
||||
HINTS "${WAYLAND_CLIENT_PKG_LIBRARIES}"
|
||||
HINTS "${WAYLAND_CLIENT_PKG_LIBRARY_DIRS}"
|
||||
)
|
||||
|
||||
find_path(XKBCOMMON_INCLUDE_DIR xkbcommon/xkbcommon.h
|
||||
@ -52,7 +52,7 @@ find_path(XKBCOMMON_INCLUDE_DIR xkbcommon/xkbcommon.h
|
||||
|
||||
find_library(XKBCOMMON_LIBS
|
||||
NAMES xkbcommon
|
||||
HINTS "${XKBCOMMON_PC_LIBRARIES}"
|
||||
HINTS "${XKBCOMMON_PC_LIBRARY_DIRS}"
|
||||
)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
Loading…
Reference in New Issue
Block a user