1e944a30a0
Related: https://bugs.php.net/bug.php?id=71138 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
config BR2_PACKAGE_PHP_GNUPG
|
|
bool "php-gnupg"
|
|
depends on BR2_PACKAGE_PHP
|
|
depends on BR2_USE_MMU # libassuan
|
|
select BR2_PACKAGE_LIBGPGME
|
|
help
|
|
PHP wrapper around the gpgme library.
|
|
|
|
http://pecl.php.net/package/gnupg
|