mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
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+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 @@ (define-public gtk+
|
||||||
#: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"
|
||||||
|
|
Loading…
Reference in a new issue