mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00: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:
parent
440750207d
commit
cceda0efea
@ -12,10 +12,12 @@ XLIB_LIBX11_DEPENDENCIES = libxcb xutil_util-macros xlib_xtrans xlib_libXau xlib
|
|||||||
XLIB_LIBX11_CONF_OPT = \
|
XLIB_LIBX11_CONF_OPT = \
|
||||||
--disable-malloc0returnsnull \
|
--disable-malloc0returnsnull \
|
||||||
--with-xcb \
|
--with-xcb \
|
||||||
--disable-specs
|
--disable-specs \
|
||||||
|
--without-perl
|
||||||
|
|
||||||
HOST_XLIB_LIBX11_CONF_OPT = \
|
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
|
# 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
|
# it should get compiled for the host. The libX11 makefile unfortunately
|
||||||
|
Loading…
x
Reference in New Issue
Block a user