update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XKEYBOARD_CONFIG
|
||||
bool "xkeyboard-config"
|
||||
# Runtime dependencies
|
||||
select BR2_PACKAGE_XAPP_XKBCOMP if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XPROTO_XPROTO if BR2_PACKAGE_XORG7
|
||||
help
|
||||
keyboard configuration database for X
|
||||
|
||||
http://xlibs.freedesktop.org/xkbdesc
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2017-February/002775.html
|
||||
sha256 d1bfc72553c4e3ef1cd6f13eec0488cf940498b612ab8a0b362e7090c94bc134 xkeyboard-config-2.20.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xkeyboard-config
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XKEYBOARD_CONFIG_VERSION = 2.20
|
||||
XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
|
||||
XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config
|
||||
XKEYBOARD_CONFIG_LICENSE = MIT
|
||||
XKEYBOARD_CONFIG_LICENSE_FILES = COPYING
|
||||
|
||||
XKEYBOARD_CONFIG_CONF_OPTS = --disable-runtime-deps
|
||||
XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user