forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "X font encoding library"
 
DESCRIPTION = "libfontenc is a library which helps font libraries \
portably determine and deal with different encodings of fonts."
 
require xorg-lib-common.inc
 
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
 
DEPENDS += "zlib xorgproto font-util"
PE = "1"
 
SRC_URI[md5sum] = "6447db6a689fb530c218f0f8328c3abc"
SRC_URI[sha256sum] = "2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079"
 
BBCLASSEXTEND = "native"