diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib/xorg-lib-common.inc')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/xorg-lib-common.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta-oe/recipes-graphics/xorg-lib/xorg-lib-common.inc new file mode 100644 index 000000000..93212c591 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
@@ -0,0 +1,19 @@ | |||
1 | HOMEPAGE = "http://www.x.org" | ||
2 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | ||
3 | |||
4 | SECTION = "x11/libs" | ||
5 | LICENSE = "MIT-X" | ||
6 | DEPENDS = "util-macros" | ||
7 | |||
8 | XORG_PN = "${BPN}" | ||
9 | INC_PR = "r9" | ||
10 | |||
11 | SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" | ||
12 | |||
13 | S = "${WORKDIR}/${XORG_PN}-${PV}" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
16 | |||
17 | EXTRA_OECONF = "--enable-malloc0returnsnull" | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||