1SUMMARY = "The Xorg font encoding files" 2 3DESCRIPTION = "The encodings that map to specific characters for a \ 4number of Xorg and common fonts." 5 6require xorg-font-common.inc 7LICENSE = "PD" 8LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" 9PE = "1" 10 11DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" 12RDEPENDS:${PN} = "" 13 14SRC_URI += "file://nocompiler.patch" 15SRC_URI[sha256sum] = "77e301de661f35a622b18f60b555a7e7d8c4d5f43ed41410e830d5ac9084fc26" 16 17SRC_URI_EXT = "xz" 18 19inherit allarch 20 21EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" 22 23# postinst from .inc doesn't apply to this recipe 24pkg_postinst:${PN} () { 25} 26