diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-07 19:06:06 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-07 19:07:59 -0400 |
commit | 894254db31e67de63abe2a31dc5e4c8f5413fad0 (patch) | |
tree | 4c76fb077461d07a29affa321e405b9f43753ae2 /x11-libs | |
parent | sci-calculators/xsv: stabilize 0.13.0 for amd64 (diff) | |
download | gentoo-894254db31e67de63abe2a31dc5e4c8f5413fad0.tar.gz gentoo-894254db31e67de63abe2a31dc5e4c8f5413fad0.tar.bz2 gentoo-894254db31e67de63abe2a31dc5e4c8f5413fad0.zip |
x11-libs/cairo: Always enable SVG support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/cairo-1.16.0-r6.ebuild (renamed from x11-libs/cairo/cairo-1.16.0-r5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/cairo/cairo-1.16.0-r5.ebuild b/x11-libs/cairo/cairo-1.16.0-r6.ebuild index dc8e73c91275..299a8c20e695 100644 --- a/x11-libs/cairo/cairo-1.16.0-r5.ebuild +++ b/x11-libs/cairo/cairo-1.16.0-r6.ebuild @@ -110,7 +110,7 @@ multilib_src_configure() { $(use_enable glib gobject) \ $(use_enable opengl gl) \ $(use_enable static-libs static) \ - $(use_enable svg) \ + --enable-svg \ $(use_enable utils trace) \ $(use_enable valgrind) \ --enable-ft \ |