forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-17 557c24d082b6ecb9bfe5407b77ae43fa7650a5dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 = "util-macros-native zlib libfontenc freetype xorgproto"
 
PROVIDES += "mkfontdir"
RPROVIDES:${PN} += "mkfontdir"
 
BBCLASSEXTEND = "native"
 
LIC_FILES_CHKSUM = "file://COPYING;md5=99b1e1269aba5179139b9e4380fc0934"
 
SRC_URI[md5sum] = "215940de158b1a3d8b3f8b442c606e2f"
SRC_URI[sha256sum] = "ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7"