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>
This commit is contained in:
Koen Kooi 2010-11-01 19:36:42 +01:00
parent 19982af6c8
commit 248af66f64
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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"

View File

@ -0,0 +1,13 @@
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"

View File

@ -0,0 +1,17 @@
HOMEPAGE = "http://www.x.org"
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
SECTION = "x11/libs"
LICENSE = "MIT-X"
DEPENDS = "util-macros"
XORG_PN = "${BPN}"
INC_PR = "r9"
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${XORG_PN}-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-malloc0returnsnull"