mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 10:14:34 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
334 B
BlitzBasic
15 lines
334 B
BlitzBasic
SUMMARY = "Xorg 100 DPI font set"
|
|
LICENSE = "MIT"
|
|
|
|
inherit packagegroup features_check
|
|
# rdepends on font recipes with this restriction
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
font-adobe-100dpi \
|
|
font-adobe-utopia-100dpi \
|
|
font-bh-100dpi \
|
|
font-bh-lucidatypewriter-100dpi \
|
|
font-bitstream-100dpi \
|
|
"
|