summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-03-10 22:16:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-12 11:57:41 -0700
commitfeaf218deafb700a5e5901cf6981743f3c72983a (patch)
tree0930e2c28a2c919e9ecda8b720ac16f9a4cc9359 /meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb
parentbab9491c329586b42045b0e9a5f58c9548a6f4e8 (diff)
downloadpoky-feaf218deafb700a5e5901cf6981743f3c72983a.tar.gz
libxcomposite: update to 0.4.5
(From OE-Core rev: 5f40c121ef2c9cd71b7eff049745a02844995536) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb
new file mode 100644
index 0000000000..3ef3ddb817
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb
@@ -0,0 +1,28 @@
1SUMMARY = "Xcomposite: X Composite extension library"
2
3DESCRIPTION = "The composite extension provides three related \
4mechanisms: per-hierarchy storage, automatic shadow update, and external \
5parent. In per-hierarchy storage, the rendering of an entire hierarchy \
6of windows is redirected to off-screen storage. In automatic shadow \
7update, when a hierarchy is rendered off-screen, the X server provides \
8an automatic mechanism for presenting those contents within the parent \
9window. In external parent, a mechanism for providing redirection of \
10compositing transformations through a client."
11
12require xorg-lib-common.inc
13
14LICENSE = "MIT-style"
15LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1"
16
17DEPENDS += " xorgproto virtual/libx11 libxfixes libxext"
18PROVIDES = "xcomposite"
19BBCLASSEXTEND = "native nativesdk"
20
21PE = "1"
22
23XORG_PN = "libXcomposite"
24
25SRC_URI += " file://change-include-order.patch"
26
27SRC_URI[md5sum] = "3fa0841ea89024719b20cd702a9b54e0"
28SRC_URI[sha256sum] = "b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f"