blob: 302cc56e86c257da149b8c418ebedccbb846b193 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011LICENSE = "MIT"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196"
13
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014DEPENDS += "virtual/libx11 xorgproto"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015
16PE = "1"
17
18XORG_PN = "libXrender"
19
20BBCLASSEXTEND = "native nativesdk"
Patrick Williams7784c422022-11-17 07:29:11 -060021XORG_EXT = "tar.xz"
22SRC_URI[sha256sum] = "bc53759a3a83d1ff702fb59641b3d2f7c56e05051fa0cfa93501166fa782dc24"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050023