blob: 056a29af259f3a46177f8073d1292f56d96739ce [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "X font encoding library"
2
3DESCRIPTION = "libfontenc is a library which helps font libraries \
4portably determine and deal with different encodings of fonts."
5
6require xorg-lib-common.inc
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
10
11DEPENDS += "zlib xorgproto font-util"
12PE = "1"
13
14SRC_URI[sha256sum] = "c0d36991faee06551ddbaf5d99266e97becdc05edfae87a833c3ff7bf73cfec2"
15
16BBCLASSEXTEND = "native"