diff options
Diffstat (limited to 'recipes/xorg-lib/xorg-lib-common.inc')
-rw-r--r-- | recipes/xorg-lib/xorg-lib-common.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/xorg-lib/xorg-lib-common.inc b/recipes/xorg-lib/xorg-lib-common.inc new file mode 100644 index 0000000000..130f8d1755 --- /dev/null +++ b/recipes/xorg-lib/xorg-lib-common.inc @@ -0,0 +1,18 @@ +HOMEPAGE = "http://www.x.org" +SECTION = "x11/libs" +LICENSE = "MIT-X" +DEPENDS = "util-macros xorg-headers-native" + +XORG_PN = "${PN}" + +SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" + +S = "${WORKDIR}/${XORG_PN}-${PV}" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--enable-malloc0returnsnull" + +do_stage() { + autotools_stage_all +} |