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

XORG_PN = "${BPN}"
INC_PR = "r9"

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"