blob: 45e3f7b5927c67f796d685eb2cae0e288b213fee [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Xorg 100 DPI font set"
2LICENSE = "Custom"
3
4inherit packagegroup distro_features_check
5# rdepends on font recipes with this restriction
6REQUIRED_DISTRO_FEATURES = "x11"
7
8RDEPENDS_${PN} = "\
Patrick Williamsddad1a12017-02-23 20:36:32 -06009 font-adobe-100dpi \
10 font-adobe-utopia-100dpi \
11 font-bh-100dpi \
12 font-bh-lucidatypewriter-100dpi \
13 font-bitstream-100dpi \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014"