mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: liblinphone: Enable LDAP support.
* gnu/packages/linphone.scm (liblinphone) [configure-flags] <ENABLE_LDAP>: New flag. [inputs]: Add openldap. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
acf4c0cd7c
commit
342e223c8e
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ (define-module (gnu packages linphone)
|
|||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages ncurses)
|
||||
#:use-module (gnu packages openldap)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages pulseaudio)
|
||||
#:use-module (gnu packages python)
|
||||
|
@ -782,6 +783,7 @@ (define-public liblinphone
|
|||
("belr" ,belr)
|
||||
("bzrtp" ,bzrtp)
|
||||
("iconv" ,libiconv)
|
||||
("ldap" ,openldap)
|
||||
("libxsd" ,xsd)
|
||||
("lime" ,lime)
|
||||
("mediastreamer2" ,mediastreamer2)
|
||||
|
|
Loading…
Reference in a new issue