diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb new file mode 100644 index 0000000000..aacf379731 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb @@ -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 \ +"