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
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue