Wayland: Disable the compose key on old xkbcommon

This commit is contained in:
Emmanuel Gil Peyrot
2017-11-16 16:42:11 +00:00
committed by Camilla Löwy
parent cc87d5ab10
commit d18431338a
4 changed files with 43 additions and 7 deletions
+3
View File
@@ -287,6 +287,9 @@ if (_GLFW_WAYLAND)
find_package(XKBCommon REQUIRED)
list(APPEND glfw_INCLUDE_DIRS "${XKBCOMMON_INCLUDE_DIRS}")
include(CheckIncludeFiles)
check_include_files(xkbcommon/xkbcommon-compose.h HAVE_XKBCOMMON_COMPOSE_H)
endif()
#--------------------------------------------------------------------