From 24a7b2b06786d4d14ea1f5b5cf2ffb3430a2fb0e Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 2 Aug 2009 00:26:52 +0200 Subject: change all 'depends' lines to 'depends on' ones This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible. --- package/gnutls/Config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/gnutls') diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in index ffe1125b0..83db1d706 100644 --- a/package/gnutls/Config.in +++ b/package/gnutls/Config.in @@ -1,7 +1,7 @@ config ADK_COMPILE_GNUTLS tristate default n - depends ADK_PACKAGE_LIBGNUTLS + depends on ADK_PACKAGE_LIBGNUTLS config ADK_PACKAGE_LIBGNUTLS prompt "libgnutls......................... The GNU TLS library" @@ -41,7 +41,7 @@ config ADK_PACKAGE_LIBGNUTLS_EXTRA prompt "libgnutls-extra................... The GNU TLS extra library" tristate default n - depends ADK_PACKAGE_LIBGNUTLS + depends on ADK_PACKAGE_LIBGNUTLS select ADK_PACKAGE_LIBOPENCDK select ADK_PACKAGE_LIBLZO help @@ -58,7 +58,7 @@ config ADK_PACKAGE_LIBGNUTLS_OPENSSL prompt "libgnutls-openssl................. The GNU TLS OpenSSL compatibility layer library" tristate default n - depends ADK_PACKAGE_LIBGNUTLS + depends on ADK_PACKAGE_LIBGNUTLS help GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS @@ -73,7 +73,7 @@ config ADK_PACKAGE_LIBGNUTLSXX tristate default n depends on ADK_CXX - depends ADK_PACKAGE_LIBGNUTLS + depends on ADK_PACKAGE_LIBGNUTLS help GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS @@ -104,7 +104,7 @@ config ADK_PACKAGE_GNUTLS_UTILS prompt "gnutls-utils...................... The GNU TLS utilities" tristate default n - depends ADK_PACKAGE_LIBGNUTLS + depends on ADK_PACKAGE_LIBGNUTLS select ADK_PACKAGE_LIBGNUTLS_EXTRA help GnuTLS is a project that aims to develop a library which provides a -- cgit v1.2.3