summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 0ac7c3720a..51b9d2b191 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -19,11 +19,10 @@ SHRT_VER = "${@d.getVar('PV', True).split('.')[0]}.${@d.getVar('PV', True).split
19 19
20SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" 20SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz"
21 21
22inherit autotools texinfo binconfig pkgconfig gettext lib_package 22inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc
23 23
24PACKAGECONFIG ??= "libidn zlib" 24PACKAGECONFIG ??= "libidn zlib"
25 25
26PACKAGECONFIG[docs] = "--enable-doc,--disable-doc"
27PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn" 26PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn"
28PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" 27PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1"
29PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" 28PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit"
@@ -31,6 +30,7 @@ PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
31PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" 30PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
32 31
33EXTRA_OECONF = " \ 32EXTRA_OECONF = " \
33 --enable-doc \
34 --disable-libdane \ 34 --disable-libdane \
35 --disable-guile \ 35 --disable-guile \
36 --disable-rpath \ 36 --disable-rpath \