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
|
||||
`(("glib:bin" ,glib "bin")
|
||||
("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
'("--enable-gstaudio"
|
||||
"--enable-gstvideo"
|
||||
"--enable-pulse"
|
||||
"--enable-vala"
|
||||
"--enable-introspection")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue