diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-22 15:37:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-27 22:48:14 +0200 |
commit | ee363f5231462014fa21350514a1d7613f39ae88 (patch) | |
tree | acf4255f5990669cf76547d9e1ec4c11d0a3b97b /package/x11r7/xapp_xkbcomp | |
parent | 6f5188120b3ca1e7ca34848e34969710a411a5a7 (diff) | |
download | buildroot-novena-ee363f5231462014fa21350514a1d7613f39ae88.tar.gz buildroot-novena-ee363f5231462014fa21350514a1d7613f39ae88.zip |
xkeyboard-config: add dependency on host-xapp_xkbcomp
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>
Diffstat (limited to 'package/x11r7/xapp_xkbcomp')
-rw-r--r-- | package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk b/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk index 6082c5622..e9f7174a8 100644 --- a/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk +++ b/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk @@ -9,5 +9,7 @@ XAPP_XKBCOMP_SOURCE = xkbcomp-$(XAPP_XKBCOMP_VERSION).tar.bz2 XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XKBCOMP_AUTORECONF = NO XAPP_XKBCOMP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile +HOST_XAPP_XKBCOMP_DEPENDENCIES = host-xlib_libX11 host-xlib_libxkbfile $(eval $(call AUTOTARGETS,package/x11r7,xapp_xkbcomp)) +$(eval $(call AUTOTARGETS,package/x11r7,xapp_xkbcomp,host)) |