1SUMMARY = "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 12LICENSE = "MIT & MIT" 13LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca" 14 15SRC_URI += "file://multilibfix.patch" 16 17PE = "1" 18 19RDEPENDS:${PN}-dev = "" 20 21inherit gettext 22 23BBCLASSEXTEND = "native nativesdk" 24 25SRC_URI[md5sum] = "ce2fb8100c6647ee81451ebe388b17ad" 26SRC_URI[sha256sum] = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773" 27