ee363f5231
In order to get xkeyboard-config to build, it needs xkbcomp to be built on the host, i.e host-xapp_xkbcomp. In turn, xapp_xkbcomp needs xlib_libX11 and xlib_libxkbfile, which in turn need a few libraries. This commit adds all the relevant dependencies to build everything that is needed to get xkeyboard-config to build correctly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
657 B
Makefile
16 lines
657 B
Makefile
################################################################################
|
|
#
|
|
# xproto_xcmiscproto -- X.Org XCMisc protocol headers
|
|
#
|
|
################################################################################
|
|
|
|
XPROTO_XCMISCPROTO_VERSION = 1.2.0
|
|
XPROTO_XCMISCPROTO_SOURCE = xcmiscproto-$(XPROTO_XCMISCPROTO_VERSION).tar.bz2
|
|
XPROTO_XCMISCPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
|
XPROTO_XCMISCPROTO_AUTORECONF = NO
|
|
XPROTO_XCMISCPROTO_INSTALL_STAGING = YES
|
|
XPROTO_XCMISCPROTO_INSTALL_TARGET = NO
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xproto_xcmiscproto))
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xproto_xcmiscproto,host))
|