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 | |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 12 | LICENSE = "MIT" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc875e1c864f4f62b29f7d8651f627fa" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 14 | |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 15 | SRC_URI += "file://multilibfix.patch" |
| 16 | |
| 17 | PE = "1" |
| 18 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 19 | DEV_PKG_DEPENDENCY = "" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 20 | |
| 21 | inherit gettext |
| 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |
| 24 | |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 25 | SRC_URI[sha256sum] = "1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd" |