Files
meta-openembedded/recipes-graphics/xorg-lib/libxrender_0.9.6.bb
Koen Kooi 248af66f64 angstrom-layers: add libxext and libxrender into meta-openembedded
* this is needed for the OE gtk+

Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-11-01 20:07:14 +01:00

14 lines
403 B
BlitzBasic

require xorg-lib-common.inc
DESCRIPTION = "X11 Rendering Extension client library"
LICENSE = "BSD-X"
DEPENDS += "virtual/libx11 renderproto xproto libxdmcp"
PE = "1"
PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "3b3b7d076c2384b6c600c0b5f4ba971f"
SRC_URI[archive.sha256sum] = "7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668"
BBCLASSEXTEND = "native nativesdk"
XORG_PN = "libXrender"