gnu: evolution-data-server: Build Vala bindings.
* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add --enable-vala-bindings to #:configure-flags. [native-inputs]: Add vala.
This commit is contained in:
parent
c73d4c5922
commit
a73c1cf84a
|
@ -4249,6 +4249,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
|
||||||
(list "--disable-uoa" ; disable Ubuntu Online Accounts support
|
(list "--disable-uoa" ; disable Ubuntu Online Accounts support
|
||||||
"--disable-google" ; disable Google Contacts support
|
"--disable-google" ; disable Google Contacts support
|
||||||
"--disable-google-auth" ; disable Google authentication
|
"--disable-google-auth" ; disable Google authentication
|
||||||
|
"--enable-vala-bindings"
|
||||||
(string-append "--with-nspr-includes=" nspr "/include/nspr")
|
(string-append "--with-nspr-includes=" nspr "/include/nspr")
|
||||||
(string-append "--with-nss-includes=" nss "/include/nss")
|
(string-append "--with-nss-includes=" nss "/include/nss")
|
||||||
(string-append "--with-nss-libs=" nss "/lib/nss")))
|
(string-append "--with-nss-libs=" nss "/lib/nss")))
|
||||||
|
@ -4265,6 +4266,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
|
||||||
("gperf" ,gperf)
|
("gperf" ,gperf)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
("vala" ,vala)
|
||||||
("python" ,python)))
|
("python" ,python)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are all in the Requires field of .pc files.
|
;; These are all in the Requires field of .pc files.
|
||||||
|
|
Loading…
Reference in New Issue