blob: 781382e516972709fbde2b6c0e6775c0453290ff [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 Geissler8f840682023-07-21 09:09:43 -050012LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://COPYING;md5=bc875e1c864f4f62b29f7d8651f627fa"
Andrew Geissler517393d2023-01-13 08:55:19 -060014
Brad Bishopc342db32019-05-15 21:57:59 -040015SRC_URI += "file://multilibfix.patch"
16
17PE = "1"
18
Andrew Geissler615f2f12022-07-15 14:00:58 -050019DEV_PKG_DEPENDENCY = ""
Brad Bishopc342db32019-05-15 21:57:59 -040020
21inherit gettext
22
23BBCLASSEXTEND = "native nativesdk"
24
Andrew Geissler8f840682023-07-21 09:09:43 -050025SRC_URI[sha256sum] = "1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd"