summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb
index 9b843fc86e..2657ecf71a 100644
--- a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb
@@ -1,6 +1,12 @@
require xorg-app-common.inc
-DESCRIPTION = "a program to create an index of X font files in a directory"
+SUMMARY = "A program to create an index of X font files in a directory"
+
+DESCRIPTION = "For each directory argument, mkfontdir reads all of the \
+font files in the directory. The font names and related data are written \
+out to the files \"fonts.dir\", \"fonts.scale\", and \"fonts.alias\". \
+The X server and font server use these files to find the available font \
+files."
PE = "1"
PR = "r0"