commit: 4e362d48bb61f72774c77ba996724bf2676c2529 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Oct 16 13:46:21 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 16 13:46:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e362d48
dev-libs/efl: add 'debug' functionality to 1.23.1 Bug: https://bugs.gentoo.org/696888 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/efl/efl-1.23.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/efl/efl-1.23.1.ebuild b/dev-libs/efl/efl-1.23.1.ebuild index 939c0e23823..d6be2cb09fb 100644 --- a/dev-libs/efl/efl-1.23.1.ebuild +++ b/dev-libs/efl/efl-1.23.1.ebuild @@ -152,6 +152,7 @@ src_configure() { -D xinput22=true $(meson_use X x11) + $(meson_use debug debug-threads) $(meson_use drm) $(meson_use elogind) $(meson_use examples build-examples)