mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: spice-gtk: Build with vala support.
* gnu/packges/spice.scm (spice-gtk)[native-inputs]: Add vala. [arguments]: Add '--enable-vala' to configure-flags.
This commit is contained in:
parent
63edbb65e4
commit
10e73bbc5e
1 changed files with 3 additions and 1 deletions
|
@ -157,12 +157,14 @@ (define-public spice-gtk
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("glib:bin" ,glib "bin")
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("vala" ,vala)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'("--enable-gstaudio"
|
'("--enable-gstaudio"
|
||||||
"--enable-gstvideo"
|
"--enable-gstvideo"
|
||||||
"--enable-pulse"
|
"--enable-pulse"
|
||||||
|
"--enable-vala"
|
||||||
"--enable-introspection")
|
"--enable-introspection")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue