commit: 931c76e72531bcea7a9164cad36a0936bb85f71e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Mar 20 14:32:50 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Mar 20 14:32:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931c76e7
x11-libs/cairo: Remove xml backend Closes: https://bugs.gentoo.org/902143 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-libs/cairo/cairo-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 4803af7d4c3d..8057aa2f9d64 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -54,7 +54,6 @@ multilib_src_configure() { $(meson_feature X xcb) $(meson_feature X xlib) -Dxlib-xcb=disabled - -Dxml=disabled -Dzlib=enabled $(meson_feature test tests)
