diff options
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index b62a137e59..876a3847b0 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -25,10 +25,8 @@ PACKAGECONFIG ??= "libidn" | |||
25 | 25 | ||
26 | # You must also have CONFIG_SECCOMP enabled in the kernel for | 26 | # You must also have CONFIG_SECCOMP enabled in the kernel for |
27 | # seccomp to work. | 27 | # seccomp to work. |
28 | # | ||
29 | PACKAGECONFIG[seccomp] = "ac_cv_libseccomp=yes,ac_cv_libseccomp=no,libseccomp" | 28 | PACKAGECONFIG[seccomp] = "ac_cv_libseccomp=yes,ac_cv_libseccomp=no,libseccomp" |
30 | 29 | PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn2" | |
31 | PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn" | ||
32 | PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" | 30 | PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" |
33 | PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" | 31 | PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" |
34 | PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" | 32 | PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" |