1config BR2_PACKAGE_LIBXKBCOMMON 2 bool "libxkbcommon" 3 select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XORG7 4 help 5 xkbcommon is a keymap compiler and support library which 6 processes a reduced subset of keymaps as defined by the XKB 7 specification. 8 9 https://xkbcommon.org 10 11if BR2_PACKAGE_LIBXKBCOMMON 12 13config BR2_PACKAGE_LIBXKBCOMMON_TOOLS 14 bool "tools" 15 select BR2_PACKAGE_WAYLAND_PROTOCOLS if BR2_PACKAGE_WAYLAND 16 help 17 Tools: xkbcli, xkbcli-compile-keymap, xkbcli-how-to-type, 18 xkbcli-interactive-evdev, xkbcli-interactive-x11, 19 xkbcli-interactive-wayland 20 21endif 22