diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-12-28 08:37:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-28 23:59:55 +0000 |
commit | 1f9e0e53a0ce22a229740bd01ca35749a053c37c (patch) | |
tree | 2e6e1fd547ff28134c61385009372f3f5377e346 /meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb | |
parent | a5671f2c3b9f4d003293de6f6abb5ec2ebcae936 (diff) | |
download | poky-1f9e0e53a0ce22a229740bd01ca35749a053c37c.tar.gz |
libxcomposite: update 0.4.5 -> 0.4.6
(From OE-Core rev: cba167bcaedf17a06bb28a773f65dc321c72e020)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb new file mode 100644 index 0000000000..cd7d56e810 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb | |||
@@ -0,0 +1,28 @@ | |||
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" | ||
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 | XORG_EXT = "tar.xz" | ||
28 | SRC_URI[sha256sum] = "fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87" | ||