sci-visualization/gr: add REQUIRED_USE

Closes: https://bugs.gentoo.org/835075
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2022-10-09 00:15:08 +02:00
parent f76ce1c857
commit 3c3444c098

View File

@@ -38,6 +38,8 @@ PATCHES=(
"${FILESDIR}/${P}-musl.patch"
)
REQUIRED_USE="cairo? ( truetype )"
src_configure() {
use cairo || mycmakeargs+=( -DCAIRO_LIBRARY= )
use postscript || mycmakeargs+=( -DGS_LIBRARY= )