Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2016-January/002671.html
sha256 dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701 xkeyboard-config-2.17.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xkeyboard-config
#
################################################################################
XKEYBOARD_CONFIG_VERSION = 2.17
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))