mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
f269bb70be
Changelog: ========== -Set close-on-exec when opening files -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL -Remove "All rights reserved" from Oracle copyright notices -configure: raise minimum autoconf requirement to 2.70 (From OE-Core rev: 10563e9f2d75a85a8d9c85cc79dcd851df669e13) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
451 B
BlitzBasic
17 lines
451 B
BlitzBasic
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[sha256sum] = "7b02c3d405236e0d86806b1de9d6868fe60c313628b38350b032914aa4fd14c6"
|
|
|
|
BBCLASSEXTEND = "native"
|