Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Xt: X Toolkit Intrinsics library" |
| 2 | |
| 3 | DESCRIPTION = "The Intrinsics are a programming library tailored to the \ |
| 4 | special requirements of user interface construction within a network \ |
| 5 | window system, specifically the X Window System. The Intrinsics and a \ |
| 6 | widget set make up an X Toolkit. The Intrinsics provide the base \ |
| 7 | mechanism necessary to build a wide variety of interoperating widget \ |
| 8 | sets and application environments. The Intrinsics are a layer on top of \ |
| 9 | Xlib, the C Library X Interface. They extend the fundamental \ |
| 10 | abstractions provided by the X Window System while still remaining \ |
| 11 | independent of any particular user interface policy or style." |
| 12 | |
| 13 | require xorg-lib-common.inc |
| 14 | |
| 15 | LICENSE = "MIT & MIT-style" |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=73d55cea4d27ca1a09a5d23378b3ecf8" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 17 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 18 | DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 19 | PROVIDES = "xt" |
| 20 | |
| 21 | PE = "1" |
| 22 | |
| 23 | XORG_PN = "libXt" |
| 24 | |
Andrew Geissler | 4ed12e1 | 2020-06-05 18:00:41 -0500 | [diff] [blame] | 25 | SRC_URI += "file://libxt_fix_for_x32.patch" |
| 26 | |
Andrew Geissler | 9b4d8b0 | 2021-02-19 12:26:16 -0600 | [diff] [blame^] | 27 | SRC_URI[sha256sum] = "679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 28 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 29 | BBCLASSEXTEND = "native nativesdk" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 30 | |
| 31 | EXTRA_OECONF += "--disable-xkb" |