generic-poky/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb

19 lines
726 B
BlitzBasic
Raw Normal View History

require xorg-app-common.inc
SUMMARY = "A program to create an index of scalable font files for X"
DESCRIPTION = "For each directory argument, mkfontscale reads all of the \
scalable font files in the directory. For every font file found, an X11 \
font name (XLFD) is generated, and is written together with the file \
name to a file fonts.scale in the directory. The resulting fonts.scale \
is used by the mkfontdir program."
DEPENDS += " zlib libfontenc freetype virtual/libx11"
BBCLASSEXTEND = "native"
LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f"
SRC_URI[md5sum] = "3d1dc487f3e859f4e5c46540cb49abd3"
SRC_URI[sha256sum] = "1e911c361c7617aebf2c9bffdc15b7b8956d64a49cef449f533ef1cc418e7e76"