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