diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-31 12:13:51 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-31 12:16:15 +0200 |
commit | a12ef5db91a32caebeb47641c16a4d968be2335f (patch) | |
tree | b9f6ea1651ff51db1aea0f37409c509b9fc082e8 /package | |
parent | 2bbbe05b9a5c694d154a4227956ee0b379f269f6 (diff) | |
download | buildroot-novena-a12ef5db91a32caebeb47641c16a4d968be2335f.tar.gz buildroot-novena-a12ef5db91a32caebeb47641c16a4d968be2335f.zip |
xlib_libX11: don't build documentation
Closes #1387
The documentation step needs working groff and ps2pdf on the host, and
only slows down the build, so just disable it.
At the same time, cleanup the overlong _CONF_OPT line.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/x11r7/xlib_libX11/xlib_libX11.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk index 805540b6a..b9c18d060 100644 --- a/package/x11r7/xlib_libX11/xlib_libX11.mk +++ b/package/x11r7/xlib_libX11/xlib_libX11.mk @@ -10,7 +10,13 @@ XLIB_LIBX11_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBX11_AUTORECONF = YES XLIB_LIBX11_INSTALL_STAGING = YES XLIB_LIBX11_DEPENDENCIES = libxcb xutil_util-macros xlib_xtrans xlib_libXau xlib_libXdmcp xproto_kbproto xproto_xproto xproto_xextproto xproto_inputproto xproto_xf86bigfontproto xproto_bigreqsproto xproto_xcmiscproto -XLIB_LIBX11_CONF_OPT = --disable-malloc0returnsnull --with-xcb --enable-shared --disable-static --with-keysymdef=$(STAGING_DIR)/usr/include/X11/keysymdef.h +XLIB_LIBX11_CONF_OPT = \ + --disable-malloc0returnsnull \ + --with-xcb \ + --enable-shared \ + --disable-static \ + --with-keysymdef=$(STAGING_DIR)/usr/include/X11/keysymdef.h \ + --disable-specs $(eval $(call AUTOTARGETS,package/x11r7,xlib_libX11)) |