mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
xorg-fonts-100dpi: add recipe
Adding a packagegroup recipe to build all the core 100dpi X fonts. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
f540381261
commit
4c9e177bc8
@@ -0,0 +1,14 @@
|
|||||||
|
SUMMARY = "Xorg 100 DPI font set"
|
||||||
|
LICENSE = "Custom"
|
||||||
|
|
||||||
|
inherit packagegroup
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "\
|
||||||
|
font-adobe-100dpi \
|
||||||
|
font-adobe-utopia-100dpi \
|
||||||
|
font-bh-100dpi \
|
||||||
|
font-bh-lucidatypewriter-100dpi \
|
||||||
|
font-bitstream-100dpi \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user