1config BR2_PACKAGE_XKEYBOARD_CONFIG 2 bool "xkeyboard-config" 3 # Runtime dependencies 4 select BR2_PACKAGE_XAPP_XKBCOMP if BR2_PACKAGE_XORG7 5 select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7 6 select BR2_PACKAGE_XORGPROTO if BR2_PACKAGE_XORG7 7 help 8 keyboard configuration database for X 9 10 https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config 11