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