mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
xlib_libX11: disable nls compose overview generation
Perl is only used to generate compose overview documentation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user