[gtk-osx] Use the correct flag to disable building docs for gnutls.



commit c887efc17c1a597d5d6fa6494896b05b2479bb3b
Author: John Ralls <jralls ceridwen us>
Date:   Tue Oct 16 08:52:57 2018 -0700

    Use the correct flag to disable building docs for gnutls.

 modulesets-stable/gtk-osx-network.modules   | 2 +-
 modulesets-unstable/gtk-osx-network.modules | 2 +-
 modulesets/gtk-osx-network.modules          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-network.modules b/modulesets-stable/gtk-osx-network.modules
index 47729e4..d96759d 100644
--- a/modulesets-stable/gtk-osx-network.modules
+++ b/modulesets-stable/gtk-osx-network.modules
@@ -71,7 +71,7 @@
 
   <!-- Building with p11-kit support breaks g-ir-scanner, for some weird reason. -->
   <autotools id="gnutls" autogen-sh="configure"
-             autogenargs="--disable-gtk-doc-html --without-p11-kit">
+             autogenargs="--disable-doc --without-p11-kit">
     <branch repo="gnutls" version="3.5.9"
             module="gcrypt/gnutls/v3.5/gnutls-3.5.9.tar.xz"/>
     <dependencies>
diff --git a/modulesets-unstable/gtk-osx-network.modules b/modulesets-unstable/gtk-osx-network.modules
index b2e0540..cf74646 100644
--- a/modulesets-unstable/gtk-osx-network.modules
+++ b/modulesets-unstable/gtk-osx-network.modules
@@ -80,7 +80,7 @@
   files (build-aux/, po/Makefile.in.in) that they're not supposed to.-->
   <!-- Building with p11-kit support breaks g-ir-scanner, for some weird reason. -->
   <autotools id="gnutls" autogen-sh="configure"
-             autogenargs="--disable-gtk-doc-html --without-p11-kit">
+             autogenargs="--disable-doc --without-p11-kit">
     <!--branch repo="gitlab" module="gnutls/gnutls"/-->
     <branch repo="gnutls" version="3.5.9"
             module="gcrypt/gnutls/v3.5/gnutls-3.5.9.tar.xz"/>
diff --git a/modulesets/gtk-osx-network.modules b/modulesets/gtk-osx-network.modules
index 228905d..9858c5d 100644
--- a/modulesets/gtk-osx-network.modules
+++ b/modulesets/gtk-osx-network.modules
@@ -77,7 +77,7 @@
   files (build-aux/, po/Makefile.in.in) that they're not supposed to.-->
   <!-- Building with p11-kit support breaks g-ir-scanner, for some weird reason. -->
   <autotools id="gnutls" autogen-sh="configure"
-             autogenargs="--disable-gtk-doc-html --without-p11-kit">
+             autogenargs="--disable-doc --without-p11-kit">
     <!--branch repo="gitlab" module="gnutls/gnutls"/-->
     <branch repo="gnutls" version="3.5.9"
             module="gcrypt/gnutls/v3.5/gnutls-3.5.9.tar.xz"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]