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" |
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=6565b1e0094ea1caae0971cc4035f343" |
| 17 | |
| 18 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 19 | DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 20 | PROVIDES = "xt" |
| 21 | |
| 22 | PE = "1" |
| 23 | |
| 24 | XORG_PN = "libXt" |
| 25 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 26 | SRC_URI += "file://libxt_fix_for_x32.patch \ |
| 27 | file://0001-libXt-util-don-t-link-makestrs-with-target-cflags.patch \ |
| 28 | " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 29 | |
| 30 | BBCLASSEXTEND = "native" |
| 31 | |
| 32 | EXTRA_OECONF += "--disable-xkb" |
| 33 | |
| 34 | SRC_URI[md5sum] = "8f5b5576fbabba29a05f3ca2226f74d3" |
| 35 | SRC_URI[sha256sum] = "46eeb6be780211fdd98c5109286618f6707712235fdd19df4ce1e6954f349f1a" |