commit: 056beeb268243bbe82308a54fccb3b0df1a32227
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 15:12:36 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 15:12:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056beeb2
dev-libs/libdex: Fix enabling sysprof
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libdex/libdex-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libdex/libdex-0.3.1.ebuild
b/dev-libs/libdex/libdex-0.3.1.ebuild
index f0d86d8a55dd..71b799ea6e23 100644
--- a/dev-libs/libdex/libdex-0.3.1.ebuild
+++ b/dev-libs/libdex/libdex-0.3.1.ebuild
@@ -44,7 +44,7 @@ src_configure() {
-Dexamples=false
$(meson_use vala vapi)
$(meson_feature introspection)
- -Dsysprof=false
+ $(meson_use sysprof)
$(meson_use test tests)
)
meson_src_configure