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 @@ which allows users to view a desktop computing environment.")
|
||||||
("spice-protocol" ,spice-protocol)))
|
("spice-protocol" ,spice-protocol)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib-networking" ,glib-networking)
|
`(("glib-networking" ,glib-networking)
|
||||||
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("libepoxy" ,libepoxy)
|
("libepoxy" ,libepoxy)
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
|
@ -182,7 +183,8 @@ which allows users to view a desktop computing environment.")
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'("--enable-gstaudio"
|
'("--enable-gstaudio"
|
||||||
"--enable-gstvideo"
|
"--enable-gstvideo"
|
||||||
"--enable-pulse")
|
"--enable-pulse"
|
||||||
|
"--enable-introspection")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after
|
(add-after
|
||||||
|
|
Reference in a new issue