libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / xorg-lib / xorg-lib-common.inc
blobd59e3847eaa9ff5183dc8d50c6e7a2b1d1df1290
1 HOMEPAGE = "http://www.x.org"
2 SECTION = "x11/libs"
3 LICENSE = "MIT-X"
4 DEPENDS = "util-macros xorg-headers-native"
6 XORG_PN = "${PN}"
8 SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2;name=archive"
10 S = "${WORKDIR}/${XORG_PN}-${PV}"
12 inherit autotools pkgconfig
14 EXTRA_OECONF = "--enable-malloc0returnsnull"