Commit 44075020 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xproto_xcmiscproto: only build specs if explicitly requested

parent 73bf0232
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ XPROTO_XCMISCPROTO_VERSION = 1.2.1
XPROTO_XCMISCPROTO_SOURCE = xcmiscproto-$(XPROTO_XCMISCPROTO_VERSION).tar.bz2
XPROTO_XCMISCPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XCMISCPROTO_INSTALL_STAGING = YES
XPROTO_XCMISCPROTO_INSTALL_TARGET = NO
XPROTO_XCMISCPROTO_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-specs)
HOST_XPROTO_XCMISCPROTO_CONF_OPT = --disable-specs

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