Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "XTrans: X Transport library" |
| 2 | |
| 3 | DESCRIPTION = "The X Transport Interface is intended to combine all \ |
| 4 | system and transport specific code into a single place. This API should \ |
| 5 | be used by all libraries, clients and servers of the X Window System. \ |
| 6 | Use of this API should allow the addition of new types of transports and \ |
| 7 | support for new platforms without making any changes to the source \ |
| 8 | except in the X Transport Interface code." |
| 9 | |
| 10 | require xorg-lib-common.inc |
| 11 | |
| 12 | LICENSE = "MIT & MIT-style" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca" |
| 14 | |
| 15 | SRC_URI += "file://multilibfix.patch" |
| 16 | |
| 17 | PE = "1" |
| 18 | |
| 19 | RDEPENDS_${PN}-dev = "" |
| 20 | |
| 21 | inherit gettext |
| 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |
| 24 | |
| 25 | SRC_URI[md5sum] = "ce2fb8100c6647ee81451ebe388b17ad" |
| 26 | SRC_URI[sha256sum] = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773" |