Commit 68cdb5e2 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xlib_libXdmcp: only build documentation if explicitly requested

parent 61d322c3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ XLIB_LIBXDMCP_SOURCE = libXdmcp-$(XLIB_LIBXDMCP_VERSION).tar.bz2
XLIB_LIBXDMCP_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXDMCP_INSTALL_STAGING = YES
XLIB_LIBXDMCP_DEPENDENCIES = xutil_util-macros xproto_xproto
XLIB_LIBXDMCP_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-docs)
HOST_XLIB_LIBXDMCP_CONF_OPT = --disable-docs

$(eval $(autotools-package))
$(eval $(host-autotools-package))