mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
config BR2_PACKAGE_PHP_GNUPG
|
|
bool "php-gnupg"
|
|
depends on BR2_PACKAGE_PHP
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # ligpgme
|
|
depends on BR2_USE_MMU # libassuan
|
|
select BR2_PACKAGE_LIBGPGME
|
|
help
|
|
PHP wrapper around the gpgme library.
|
|
|
|
http://pecl.php.net/package/gnupg
|