summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:36:22 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 15:32:53 +0200
commitf4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch)
tree487180fa9866985ea7b28e625651765d86f515c3 /meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
downloadpoky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
new file mode 100644
index 0000000000..abd7767597
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
@@ -0,0 +1,23 @@
1SUMMARY = "XRender: X Rendering Extension library"
2
3DESCRIPTION = "The X Rendering Extension (Render) introduces digital \
4image composition as the foundation of a new rendering model within the \
5X Window System. Rendering geometric figures is accomplished by \
6client-side tessellation into either triangles or trapezoids. Text is \
7drawn by loading glyphs into the server and rendering sets of them."
8
9require xorg-lib-common.inc
10
11LICENSE = "MIT-style"
12LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196"
13
14DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
15
16PE = "1"
17
18XORG_PN = "libXrender"
19
20BBCLASSEXTEND = "native nativesdk"
21
22SRC_URI[md5sum] = "2bd9a15fcf64d216e63b8d129e4f1f1c"
23SRC_URI[sha256sum] = "1d14b02f0060aec5d90dfdcf16a996f17002e515292906ed26e3dcbba0f4fc62"