From fa2273f409f7197ef47e4cdde83e2d8948156eb7 Mon Sep 17 00:00:00 2001 From: Thomas Lundquist Date: Sat, 17 Jan 2009 10:11:12 +0000 Subject: Easier with one place for configure options for disabling gtk-doc --- package/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/Makefile.in') diff --git a/package/Makefile.in b/package/Makefile.in index f11b396a1..a5be4d7b0 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -345,6 +345,10 @@ ifneq ($(BR2_LARGEFILE),y) DISABLE_LARGEFILE= --disable-largefile endif +ifneq ($(BR2_HAVE_DOCUMENTATION),y) +DISABLE_DOCUMENTATION=--without-html-dir --disable-gtk-doc +endif + ifneq ($(BR2_INET_IPV6),y) DISABLE_IPV6= --disable-ipv6 endif -- cgit v1.2.3