From a848b646f698961cd14c8528e13b4f2d1ca0c00f Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 13 May 2023 04:59:38 -0400 Subject: 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 --- media-libs/vips/vips-8.14.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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] ) )" -- cgit v1.2.3-65-gdbad