summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-05 21:47:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 13:38:28 +0000
commitc2a87e8daf118cb0fcbedd16e513987ec3e82c75 (patch)
tree592d291356452688379c5e953cc535266a2bcb5f /meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb
parent5df4103a6ab19428f857e4b05aecfecd71b5f0df (diff)
downloadpoky-c2a87e8daf118cb0fcbedd16e513987ec3e82c75.tar.gz
libxcomposite: update to upstream version 0.4.4
Compatible with automake-1.13. (From OE-Core rev: f63704c6b4686fde437d247f41e081cfc5c1868e) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb
new file mode 100644
index 0000000000..8ee35b03a7
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb
@@ -0,0 +1,29 @@
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 += " compositeproto virtual/libx11 libxfixes libxext"
18PROVIDES = "xcomposite"
19BBCLASSEXTEND = "native"
20
21PE = "1"
22PR = "r0"
23
24XORG_PN = "libXcomposite"
25
26SRC_URI += " file://change-include-order.patch"
27
28SRC_URI[md5sum] = "f7a218dcbf6f0848599c6c36fc65c51a"
29SRC_URI[sha256sum] = "ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178"