kumquat-buildroot/package/x11r7/xkeyboard-config/xkeyboard-config.mk
Peter Korsgaard 2ce67935e8 xkeyboard-config: disable 'runtime deps as build time deps'
Fixes http://autobuild.buildroot.net/results/f11/f11687ae661f9d3570c55a9d62a7822e667ad9ad/

xkeyboard-config has runtime dependencies (when using X11) on xproto and
libX11, and by default checks at build time if they are available.

Disable this check as it doesn't apply for wayland and the needed deps are
taken care of by BR for X11.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-06 11:29:48 +01:00

17 lines
614 B
Makefile

################################################################################
#
# xkeyboard-config
#
################################################################################
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_CONF_OPT = --disable-runtime-deps
XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp
$(eval $(autotools-package))