aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xorg-lib-common.inc
blob: 0c8e7bc81f291d6b84f101dbebf28f369f5ff786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HOMEPAGE = "http://www.x.org"
SECTION = "x11/libs"
LICENSE = "MIT-X"
DEPENDS = "util-macros xorg-headers-native"

XORG_PN = "${BPN}"

SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2;name=archive"

S = "${WORKDIR}/${XORG_PN}-${PV}"

inherit autotools pkgconfig

EXTRA_OECONF = "--enable-malloc0returnsnull"