increase dvbapp PR.
[vuplus_openembedded] / recipes / xorg-lib / xorg-lib-common.inc
1 HOMEPAGE = "http://www.x.org"
2 SECTION = "x11/libs"
3 LICENSE = "MIT-X"
4 DEPENDS = "util-macros xorg-headers-native"
5
6 XORG_PN = "${PN}"
7
8 SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
9
10 S = "${WORKDIR}/${XORG_PN}-${PV}"
11
12 inherit autotools pkgconfig
13
14 EXTRA_OECONF = "--enable-malloc0returnsnull"
15
16 do_stage() {
17         autotools_stage_all
18 }