dev-cpp/wt: add pango useflag, enabled by default

Allows to reduce dependencies. Pango may not be necessary for some use cases of wt.

Signed-off-by: PPN-SD <nicolas.parlant@parhuet.fr>
Closes: https://github.com/gentoo/guru/pull/250
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
PPN-SD
2024-10-14 13:04:02 +02:00
committed by David Roman
parent 1f0c1c85d2
commit e5e3076d80
2 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,9 @@
<email>davidroman96@gmail.com</email>
<name>David Roman</name>
</maintainer>
<use>
<flag name="pango">Enable <pkg>x11-libs/pango</pkg>, wich is used for improved font support (WPdfImage and WRasterImage)</flag>
</use>
<upstream>
<remote-id type="github">emweb/wt</remote-id>
</upstream>