gnu: vte: Enable vala bindings.
* gnu/packages/gnome.scm (vte)[arguments]<#:configure-flags>: Add "-Dvapi=true".
This commit is contained in:
parent
663def11df
commit
11491e1b1b
@ -3241,7 +3241,8 @@ libraries written in C.")
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
'("-D_systemd=false")))
|
||||
'("-Dvapi=true"
|
||||
"-D_systemd=false")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("intltool" ,intltool)
|
||||
|
Loading…
Reference in New Issue
Block a user