1HOMEPAGE = "http://www.x.org"
2BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
3
4SECTION = "x11/libs"
5LICENSE = "MIT"
6DEPENDS = "util-macros"
7
8XORG_PN = "${BPN}"
9XORG_EXT ?= "tar.xz"
10
11SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.${XORG_EXT}"
12
13S = "${WORKDIR}/${XORG_PN}-${PV}"
14
15inherit autotools features_check pkgconfig
16
17EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
18
19PACKAGECONFIG ??= ""
20PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
21
22UNKNOWN_CONFIGURE_OPT_IGNORE += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
23                                --disable-specs --without-groff --without-ps2pdf --without-fop \
24                                --without-xmlto --with-xmlto \
25"
26
27REQUIRED_DISTRO_FEATURES ?= "x11"
28