From e49fe8d27cc68e57ba75cb55d0c6dbcf47ccf1d7 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sun, 16 Aug 2020 20:14:46 +0200 Subject: media-libs/libheif: Add USE=gdk-pixbuf Package-Manager: Portage-3.0.2, Repoman-2.3.23 Closes: https://bugs.gentoo.org/704746 Signed-off-by: Jeroen Roovers --- media-libs/libheif/libheif-1.7.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'media-libs/libheif/libheif-1.7.0.ebuild') diff --git a/media-libs/libheif/libheif-1.7.0.ebuild b/media-libs/libheif/libheif-1.7.0.ebuild index c7406ee8a8ef..3bba1148615d 100644 --- a/media-libs/libheif/libheif-1.7.0.ebuild +++ b/media-libs/libheif/libheif-1.7.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/strukturag/libheif" LICENSE="GPL-3" SLOT="0/1.6" -IUSE="go static-libs test +threads" +IUSE="gdk-pixbuf go static-libs test +threads" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-lang/go )" @@ -28,6 +28,7 @@ DEPEND=" media-libs/x265:=[${MULTILIB_USEDEP}] sys-libs/zlib:=[${MULTILIB_USEDEP}] virtual/jpeg:0=[${MULTILIB_USEDEP}] + gdk-pixbuf? ( x11-libs/gdk-pixbuf ) go? ( dev-lang/go ) " RDEPEND="${DEPEND}" @@ -49,6 +50,7 @@ src_prepare() { multilib_src_configure() { local econf_args=( $(multilib_is_native_abi && use_enable go || echo --disable-go) + $(use_enable gdk-pixbuf) $(use_enable static-libs static) $(use_enable threads multithreading) ) -- cgit v1.2.3-65-gdbad