summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorThomas Lundquist2009-01-17 11:11:12 +0100
committerThomas Lundquist2009-01-17 11:11:12 +0100
commitfa2273f409f7197ef47e4cdde83e2d8948156eb7 (patch)
tree83655dd373f203fecd5c8d6185bc72a489534ed0 /package/Makefile.in
parentEnsure glib-1.2 builds a static library (diff)
downloadbuildroot-fa2273f409f7197ef47e4cdde83e2d8948156eb7.tar.gz
buildroot-fa2273f409f7197ef47e4cdde83e2d8948156eb7.tar.xz
buildroot-fa2273f409f7197ef47e4cdde83e2d8948156eb7.zip
Easier with one place for configure options for disabling gtk-doc
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in4
1 files changed, 4 insertions, 0 deletions
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