mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libdbusmenu-glib: fix gir build_option
This commit is contained in:
parent
623116495e
commit
e6b47bc670
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
||||||
wrksrc="libdbusmenu-${version}"
|
wrksrc="libdbusmenu-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-dumper --disable-static --disable-tests
|
configure_args="--disable-dumper --disable-static --disable-tests
|
||||||
$(vopt_enable gir 'vala introspection') HAVE_VALGRIND_FALSE=''"
|
$(vopt_enable gir vala) $(vopt_enable gir introspection) HAVE_VALGRIND_FALSE=''"
|
||||||
hostmakedepends="automake gettext-devel glib-devel intltool libtool pkg-config
|
hostmakedepends="automake gettext-devel glib-devel intltool libtool pkg-config
|
||||||
$(vopt_if gir 'gobject-introspection vala-devel')"
|
$(vopt_if gir 'gobject-introspection vala-devel')"
|
||||||
makedepends="libglib-devel gtk+3-devel gnome-doc-utils"
|
makedepends="libglib-devel gtk+3-devel gnome-doc-utils"
|
||||||
|
|
Loading…
Add table
Reference in a new issue