mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public vte
|
|||
(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 a new issue