Move all to deprecated folder.
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 http://lists.x.org/archives/xorg-announce/2016-January/002671.html
|
||||
sha256 dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701 xkeyboard-config-2.17.tar.bz2
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user