From: Peter Korsgaard Date: Tue, 4 Dec 2012 06:55:02 +0000 (-0800) Subject: xlib_libX11: disable nls compose overview generation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cceda0efeaaa73af490940a628dbd175db3aa277;p=buildroot.git xlib_libX11: disable nls compose overview generation Perl is only used to generate compose overview documentation. Signed-off-by: Peter Korsgaard --- diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk index f7dc4eb3c6..75d172cb44 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