blob: e138764dffb3501676092ce89fd64c263e9b6f43 [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 -060021SRC_URI[sha256sum] = "bc53759a3a83d1ff702fb59641b3d2f7c56e05051fa0cfa93501166fa782dc24"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050022