diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-03-20 10:32:50 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-03-20 10:32:50 -0400 |
commit | 931c76e72531bcea7a9164cad36a0936bb85f71e (patch) | |
tree | d49ebd34edbad48e377d302f4ef2989232fb8fe8 /x11-libs/cairo | |
parent | x11-themes/gnome-backgrounds: Version bump to 44.0 (diff) | |
download | gentoo-931c76e72531bcea7a9164cad36a0936bb85f71e.tar.gz gentoo-931c76e72531bcea7a9164cad36a0936bb85f71e.tar.bz2 gentoo-931c76e72531bcea7a9164cad36a0936bb85f71e.zip |
x11-libs/cairo: Remove xml backend
Closes: https://bugs.gentoo.org/902143
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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) |