Browse Source

libgpgme: Take into account that gnupg and gnupg2 are mutual exclusive

Avoid that libgpgme can select the gnupg package although gnupg2 has
been already selected. Both packages are mutual exclusive and shouldn't
be selected at the same time.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vicente Olivert Riera 11 years ago
parent
commit
0a9a32d692
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/libgpgme/Config.in

+ 1 - 1
package/libgpgme/Config.in

@@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBGPGME
 	bool "libgpgme"
 	bool "libgpgme"
 	depends on BR2_USE_MMU # libassuan
 	depends on BR2_USE_MMU # libassuan
 	#gnupg is not needed to build, but at runtime.
 	#gnupg is not needed to build, but at runtime.
-	select BR2_PACKAGE_GNUPG
+	select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2
 	select BR2_PACKAGE_LIBGPG_ERROR
 	select BR2_PACKAGE_LIBGPG_ERROR
 	select BR2_PACKAGE_LIBASSUAN
 	select BR2_PACKAGE_LIBASSUAN
 	help
 	help