[Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1

Bernd Kuhls berndkuhls at hotmail.com
Sat Jan 4 13:38:35 UTC 2014


- add missing dependencies

Signed-off-by: Bernd Kuhls <berndkuhls at hotmail.com>
---
 package/x11r7/xkeyboard-config/xkeyboard-config.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
index 49540df..b8afc46 100644
--- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk
+++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
@@ -4,13 +4,13 @@
 #
 ################################################################################
 
-XKEYBOARD_CONFIG_VERSION = 2.6
+XKEYBOARD_CONFIG_VERSION = 2.10.1
 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_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp
+XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp xlib_libX11 xproto_xproto
 XKEYBOARD_CONFIG_CONF_OPT += --disable-runtime-deps
 
 $(eval $(autotools-package))
-- 
1.7.9.5



More information about the buildroot mailing list