Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "The Xorg font encoding files" |
| 2 | |
| 3 | DESCRIPTION = "The encodings that map to specific characters for a \ |
| 4 | number of Xorg and common fonts." |
| 5 | |
| 6 | require xorg-font-common.inc |
| 7 | LICENSE = "PD" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" |
| 9 | PE = "1" |
| 10 | PR = "${INC_PR}.1" |
| 11 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 12 | DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | RDEPENDS_${PN} = "" |
| 14 | |
| 15 | SRC_URI += "file://nocompiler.patch" |
| 16 | |
| 17 | inherit allarch |
| 18 | |
| 19 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" |
| 20 | |
| 21 | SRC_URI[md5sum] = "0f2d6546d514c5cc4ecf78a60657a5c1" |
| 22 | SRC_URI[sha256sum] = "ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539" |