gnu: gtk+: Enable cloud-providers support.
* gnu/packages/gtk.scm (gtk+) [arguments]<#:configure-flags> [--enable-cloudproviders]: New flag. [propagated-inputs]: Add libcloudproviders. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
0f9355c06c
commit
e4fdcdee4c
1 changed files with 2 additions and 0 deletions
|
@ -955,6 +955,7 @@ (define-public gtk+
|
|||
gdk-pixbuf+svg
|
||||
gdk-pixbuf))
|
||||
("glib" ,glib)
|
||||
("libcloudproviders" ,libcloudproviders)
|
||||
("libepoxy" ,libepoxy)
|
||||
("libx11" ,libx11)
|
||||
("libxcomposite" ,libxcomposite)
|
||||
|
@ -1006,6 +1007,7 @@ (define-public gtk+
|
|||
#:configure-flags (list (string-append "--with-html-dir="
|
||||
(assoc-ref %outputs "doc")
|
||||
"/share/gtk-doc/html")
|
||||
"--enable-cloudproviders"
|
||||
;; The header file <gdk/gdkwayland.h> is required
|
||||
;; by gnome-control-center
|
||||
"--enable-wayland-backend"
|
||||
|
|
Loading…
Reference in a new issue