Files
meta-openembedded/recipes-graphics/xorg-lib/libxext_1.2.0.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

13 lines
375 B
BlitzBasic

require xorg-lib-common.inc
DESCRIPTION = "X11 miscellaneous extension library"
DEPENDS += "xproto virtual/libx11 xextproto libxau"
PE = "1"
PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "9bb236ff0193e9fc1c1fb504dd840331"
SRC_URI[archive.sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7"
BBCLASSEXTEND = "native nativesdk"
XORG_PN = "libXext"