xkeyboard-config: needs libX11 and xproto_xproto
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 27 Mar 2013 06:32:32 +0000 (06:32 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Mar 2013 19:30:38 +0000 (20:30 +0100)
Fixes a build failure i've found while debugging another one :)

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/xkeyboard-config/Config.in
package/x11r7/xkeyboard-config/xkeyboard-config.mk

index 8e27dacb4634a66ee19825613c5f9194576caccc..640bb1d539f975ca91ab23c60cf3c9f2f894bcf6 100644 (file)
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_XKEYBOARD_CONFIG
        bool "xkeyboard-config"
        select BR2_PACKAGE_XAPP_XKBCOMP
+       select BR2_PACKAGE_XLIB_LIBX11
+       select BR2_PACKAGE_XPROTO_XPROTO
        help
          keyboard configuration database for X
 
index bd3314c16329cea770daedb453f802edf710b9ee..0e63a452c1a963d427a123cdb74ed76dbebe14d9 100644 (file)
@@ -6,7 +6,7 @@
 XKEYBOARD_CONFIG_VERSION = 2.6
 XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
 XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config/
-XKEYBOARD_CONFIG_DEPENDENCIES = host-intltool host-xapp_xkbcomp
+XKEYBOARD_CONFIG_DEPENDENCIES = host-intltool host-xapp_xkbcomp xlib_libX11 xproto_xproto
 XKEYBOARD_CONFIG_CONF_OPT = GMSGFMT=/usr/bin/msgfmt
 
 $(eval $(autotools-package))