Config.in 574 B

123456789101112131415161718192021
  1. config 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. https://xkbcommon.org
  9. if BR2_PACKAGE_LIBXKBCOMMON
  10. config BR2_PACKAGE_LIBXKBCOMMON_TOOLS
  11. bool "tools"
  12. select BR2_PACKAGE_WAYLAND_PROTOCOLS if BR2_PACKAGE_WAYLAND
  13. help
  14. Tools: xkbcli, xkbcli-compile-keymap, xkbcli-how-to-type,
  15. xkbcli-interactive-evdev, xkbcli-interactive-x11,
  16. xkbcli-interactive-wayland
  17. endif