mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/gobject-introspection: fix minimum Meson version, add test build option
Both changed in 1.84.0. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -44,6 +44,7 @@ BDEPEND="
|
||||
app-text/docbook-xml-dtd:4.3
|
||||
app-text/docbook-xml-dtd:4.5
|
||||
)
|
||||
>=dev-build/meson-1.4.0
|
||||
sys-devel/bison
|
||||
app-alternatives/lex
|
||||
test? (
|
||||
@@ -62,6 +63,7 @@ pkg_setup() {
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature test cairo)
|
||||
$(meson_use test tests)
|
||||
$(meson_feature doctool)
|
||||
#-Dglib_src_dir
|
||||
$(meson_use gtk-doc gtk_doc)
|
||||
|
||||
Reference in New Issue
Block a user