Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [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 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 14 | LICENSE = "MIT" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" |
| 16 | |
| 17 | DEPENDS += " xorgproto virtual/libx11 libxfixes libxext" |
| 18 | PROVIDES = "xcomposite" |
| 19 | BBCLASSEXTEND = "native nativesdk" |
| 20 | |
| 21 | PE = "1" |
| 22 | |
| 23 | XORG_PN = "libXcomposite" |
| 24 | |
| 25 | SRC_URI += " file://change-include-order.patch" |
| 26 | |
| 27 | SRC_URI[md5sum] = "3fa0841ea89024719b20cd702a9b54e0" |
| 28 | SRC_URI[sha256sum] = "b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f" |