diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Xorg 100 DPI font set" | ||
2 | LICENSE = "Custom" | ||
3 | |||
4 | inherit packagegroup | ||
5 | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
8 | RDEPENDS_${PN} = "\ | ||
9 | font-adobe-100dpi \ | ||
10 | font-adobe-utopia-100dpi \ | ||
11 | font-bh-100dpi \ | ||
12 | font-bh-lucidatypewriter-100dpi \ | ||
13 | font-bitstream-100dpi \ | ||
14 | " | ||