summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.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.3.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.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb
deleted file mode 100644
index 7377711ded..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb
+++ /dev/null
@@ -1,29 +0,0 @@
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] = "a60e0b5c276d0aa9e2d3b982c98f61c8"
29SRC_URI[sha256sum] = "32294d28f4ee46db310c344546d98484728b7d52158c6d7c25bba02563b41aad"