mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 <ludo@gnu.org>
This commit is contained in:
parent
b376ec57f9
commit
c44dd0d676
1 changed files with 3 additions and 1 deletions
|
@ -162,6 +162,7 @@ (define-public spice-gtk
|
|||
("spice-protocol" ,spice-protocol)))
|
||||
(inputs
|
||||
`(("glib-networking" ,glib-networking)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("gtk+" ,gtk+)
|
||||
("libepoxy" ,libepoxy)
|
||||
("libjpeg" ,libjpeg)
|
||||
|
@ -182,7 +183,8 @@ (define-public spice-gtk
|
|||
`(#:configure-flags
|
||||
'("--enable-gstaudio"
|
||||
"--enable-gstvideo"
|
||||
"--enable-pulse")
|
||||
"--enable-pulse"
|
||||
"--enable-introspection")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after
|
||||
|
|
Loading…
Reference in a new issue