guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

80/91: gnu: gtk+: Enable cloud-providers support.


From: guix-commits
Subject: 80/91: gnu: gtk+: Enable cloud-providers support.
Date: Mon, 19 Apr 2021 17:14:18 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit a68b444159b4c94537133560f67dab3b6243820b
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 08:36:52 2021 -0500

    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>
---
 gnu/packages/gtk.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index dbfedce..341d3dd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -956,6 +956,7 @@ application suites.")
                           gdk-pixbuf+svg
                           gdk-pixbuf))
        ("glib" ,glib)
+       ("libcloudproviders" ,libcloudproviders)
        ("libepoxy" ,libepoxy)
        ("libx11" ,libx11)
        ("libxcomposite" ,libxcomposite)
@@ -1007,6 +1008,7 @@ application suites.")
        #: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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]