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
@ -40,6 +40,7 @@
|
||||
#: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 @@ device.")
|
||||
("belr" ,belr)
|
||||
("bzrtp" ,bzrtp)
|
||||
("iconv" ,libiconv)
|
||||
("ldap" ,openldap)
|
||||
("libxsd" ,xsd)
|
||||
("lime" ,lime)
|
||||
("mediastreamer2" ,mediastreamer2)
|
||||
|
Loading…
Reference in New Issue
Block a user