diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-13 04:59:38 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-13 05:12:04 -0400 |
commit | a848b646f698961cd14c8528e13b4f2d1ca0c00f (patch) | |
tree | b93028e042e5b214797fffed33ff3108c2f5eb72 /media-libs | |
parent | net-news/rssguard: Remove old (diff) | |
download | gentoo-a848b646f698961cd14c8528e13b4f2d1ca0c00f.tar.gz gentoo-a848b646f698961cd14c8528e13b4f2d1ca0c00f.tar.bz2 gentoo-a848b646f698961cd14c8528e13b4f2d1ca0c00f.zip |
media-libs/vips: add xorg-proto dep for USE=pango/svg/pdf
Not really used directly but results in meson error'ing out if
missing when checking for pango, cairo (also done with USE=svg),
or poppler -- or at least if pango/cairo were built with USE=X.
Unless a new EAPI adds a way for e.g. cairo to tell revdeps to pull
xorg-proto if it was built with USE=X, then not much else to do than
depend on it either way. Ultimately it's just a header-only package
and feel it's not worth risking errors over missing it.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vips/vips-8.14.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media-libs/vips/vips-8.14.2.ebuild b/media-libs/vips/vips-8.14.2.ebuild index b0592777c293..31c28938b040 100644 --- a/media-libs/vips/vips-8.14.2.ebuild +++ b/media-libs/vips/vips-8.14.2.ebuild @@ -70,6 +70,9 @@ RDEPEND=" webp? ( media-libs/libwebp:= )" DEPEND=" ${RDEPEND} + pango? ( x11-base/xorg-proto ) + pdf? ( x11-base/xorg-proto ) + svg? ( x11-base/xorg-proto ) test? ( tiff? ( media-libs/tiff[jpeg] ) )" |