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

18 lines
377 B
PHP

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"