[Buildroot] [git commit] xlib_libX11: disable nls compose overview generation

Peter Korsgaard jacmet at sunsite.dk
Tue Dec 4 06:55:02 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=cceda0efeaaa73af490940a628dbd175db3aa277
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Perl is only used to generate compose overview documentation.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/x11r7/xlib_libX11/xlib_libX11.mk |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk
index f7dc4eb..75d172c 100644
--- a/package/x11r7/xlib_libX11/xlib_libX11.mk
+++ b/package/x11r7/xlib_libX11/xlib_libX11.mk
@@ -12,10 +12,12 @@ XLIB_LIBX11_DEPENDENCIES = libxcb xutil_util-macros xlib_xtrans xlib_libXau xlib
 XLIB_LIBX11_CONF_OPT = \
 	--disable-malloc0returnsnull \
 	--with-xcb \
-	--disable-specs
+	--disable-specs \
+	--without-perl
 
 HOST_XLIB_LIBX11_CONF_OPT = \
-	--disable-specs
+	--disable-specs \
+	--without-perl
 
 # src/util/makekeys is executed at build time to generate ks_tables.h, so
 # it should get compiled for the host. The libX11 makefile unfortunately



More information about the buildroot mailing list