blob: 60bc8c76fac281ae5ab07a7f35475b2784dd6412 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001HOMEPAGE = "http://www.x.org"
2BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
3
4SECTION = "x11/libs"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00005LICENSE = "MIT"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006DEPENDS = "util-macros"
7
8XORG_PN = "${BPN}"
9
10SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
11
12S = "${WORKDIR}/${XORG_PN}-${PV}"
13
Brad Bishop6dbb3162019-11-25 09:41:34 -050014inherit autotools features_check pkgconfig
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015
16EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
17
18PACKAGECONFIG ??= ""
19PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
20
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000021UNKNOWN_CONFIGURE_OPT_IGNORE += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050022 --disable-specs --without-groff --without-ps2pdf --without-fop \
23 --without-xmlto --with-xmlto \
24"
25
26REQUIRED_DISTRO_FEATURES ?= "x11"