Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] xlib_libX11: don't build docs for host
@ 2011-05-16 15:10 Vasily Khoruzhick
  2011-05-16 15:10 ` [Buildroot] [PATCH 2/3] font-misc-misc: Don't pull fonts encodings from host system Vasily Khoruzhick
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vasily Khoruzhick @ 2011-05-16 15:10 UTC (permalink / raw)
  To: buildroot

It depends on utils provided by host system, and
they sometimes are missing.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
---
 package/x11r7/xlib_libX11/xlib_libX11.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk
index 1acc35c..7ecc368 100644
--- a/package/x11r7/xlib_libX11/xlib_libX11.mk
+++ b/package/x11r7/xlib_libX11/xlib_libX11.mk
@@ -18,6 +18,9 @@ XLIB_LIBX11_CONF_OPT = \
 	--with-keysymdef=$(STAGING_DIR)/usr/include/X11/keysymdef.h \
 	--disable-specs
 
+HOST_XLIB_LIBX11_CONF_OPT = \
+	--disable-specs
+
 HOST_XLIB_LIBX11_DEPENDENCIES = host-xproto_xextproto host-libxcb host-xutil_util-macros host-xlib_xtrans host-xlib_libXau host-xlib_libXdmcp host-xproto_kbproto host-xproto_xproto host-xproto_xextproto host-xproto_inputproto host-xproto_xf86bigfontproto xproto_bigreqsproto host-xproto_xcmiscproto
 
 # src/util/makekeys is executed at build time to generate ks_tables.h, so
-- 
1.7.5.rc1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-16 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-16 15:10 [Buildroot] [PATCH 1/3] xlib_libX11: don't build docs for host Vasily Khoruzhick
2011-05-16 15:10 ` [Buildroot] [PATCH 2/3] font-misc-misc: Don't pull fonts encodings from host system Vasily Khoruzhick
2011-05-16 15:10 ` [Buildroot] [PATCH 3/3] xlib_libXfont: don't build devel documentation for host Vasily Khoruzhick
2011-05-16 20:29 ` [Buildroot] [PATCH 1/3] xlib_libX11: don't build docs " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox