Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Xcomposite: X Composite extension library" |
| 2 | |
| 3 | DESCRIPTION = "The composite extension provides three related \ |
| 4 | mechanisms: per-hierarchy storage, automatic shadow update, and external \ |
| 5 | parent. In per-hierarchy storage, the rendering of an entire hierarchy \ |
| 6 | of windows is redirected to off-screen storage. In automatic shadow \ |
| 7 | update, when a hierarchy is rendered off-screen, the X server provides \ |
| 8 | an automatic mechanism for presenting those contents within the parent \ |
| 9 | window. In external parent, a mechanism for providing redirection of \ |
| 10 | compositing transformations through a client." |
| 11 | |
| 12 | require xorg-lib-common.inc |
| 13 | |
| 14 | LICENSE = "MIT-style" |
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" |
| 16 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 17 | DEPENDS += " xorgproto virtual/libx11 libxfixes libxext" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | PROVIDES = "xcomposite" |
| 19 | BBCLASSEXTEND = "native" |
| 20 | |
| 21 | PE = "1" |
| 22 | |
| 23 | XORG_PN = "libXcomposite" |
| 24 | |
| 25 | SRC_URI += " file://change-include-order.patch" |
| 26 | |
| 27 | SRC_URI[md5sum] = "f7a218dcbf6f0848599c6c36fc65c51a" |
| 28 | SRC_URI[sha256sum] = "ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178" |