guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: spice-gtk: Enable GObject introspection support.


From: Ludovic Courtès
Subject: 02/08: gnu: spice-gtk: Enable GObject introspection support.
Date: Thu, 19 Oct 2017 06:20:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c44dd0d67629ec787bdac1ae71f90b56a8e145e7
Author: Andy Patterson <address@hidden>
Date:   Sun Oct 15 16:03:23 2017 -0400

    gnu: spice-gtk: Enable GObject introspection support.
    
    Allows virt-manager to use the spice-gtk widget.
    
    * gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection.
    [arguments]<#:configure-flags>: Add --enable-introspection.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/spice.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 8e3c5e2..7d49f90 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -162,6 +162,7 @@ which allows users to view a desktop computing 
environment.")
         ("spice-protocol" ,spice-protocol)))
     (inputs
       `(("glib-networking" ,glib-networking)
+        ("gobject-introspection" ,gobject-introspection)
         ("gtk+" ,gtk+)
         ("libepoxy" ,libepoxy)
         ("libjpeg" ,libjpeg)
@@ -182,7 +183,8 @@ which allows users to view a desktop computing 
environment.")
       `(#:configure-flags
         '("--enable-gstaudio"
           "--enable-gstvideo"
-          "--enable-pulse")
+          "--enable-pulse"
+          "--enable-introspection")
         #:phases
          (modify-phases %standard-phases
            (add-after



reply via email to

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