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>master
parent
0f9355c06c
commit
e4fdcdee4c
|
@ -955,6 +955,7 @@ application suites.")
|
||||||
gdk-pixbuf+svg
|
gdk-pixbuf+svg
|
||||||
gdk-pixbuf))
|
gdk-pixbuf))
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
|
("libcloudproviders" ,libcloudproviders)
|
||||||
("libepoxy" ,libepoxy)
|
("libepoxy" ,libepoxy)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxcomposite" ,libxcomposite)
|
("libxcomposite" ,libxcomposite)
|
||||||
|
@ -1006,6 +1007,7 @@ application suites.")
|
||||||
#:configure-flags (list (string-append "--with-html-dir="
|
#:configure-flags (list (string-append "--with-html-dir="
|
||||||
(assoc-ref %outputs "doc")
|
(assoc-ref %outputs "doc")
|
||||||
"/share/gtk-doc/html")
|
"/share/gtk-doc/html")
|
||||||
|
"--enable-cloudproviders"
|
||||||
;; The header file <gdk/gdkwayland.h> is required
|
;; The header file <gdk/gdkwayland.h> is required
|
||||||
;; by gnome-control-center
|
;; by gnome-control-center
|
||||||
"--enable-wayland-backend"
|
"--enable-wayland-backend"
|
||||||
|
|
Reference in New Issue