dev-build/muon: Add missing dev-util/glib-utils test dependency

The gnome test tries to find glib-mkenums.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2025-09-14 22:54:28 +01:00
parent f520fb0745
commit 2270b37a05

View File

@@ -32,7 +32,10 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="
test? ( dev-util/gdbus-codegen )
test? (
dev-util/gdbus-codegen
dev-util/glib-utils
)
"
RESTRICT="!test? ( test )"