blob: 15c7ecf7826496f4a0dd862f2d91996df33ef8b7 [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}"
Andrew Geissler517393d2023-01-13 08:55:19 -06009XORG_EXT ?= "tar.xz"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
Andrew Geissler87f5cff2022-09-30 13:13:31 -050011SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.${XORG_EXT}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
13S = "${WORKDIR}/${XORG_PN}-${PV}"
14
Brad Bishop6dbb3162019-11-25 09:41:34 -050015inherit autotools features_check pkgconfig
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016
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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000022UNKNOWN_CONFIGURE_OPT_IGNORE += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050023 --disable-specs --without-groff --without-ps2pdf --without-fop \
24 --without-xmlto --with-xmlto \
25"
26
27REQUIRED_DISTRO_FEATURES ?= "x11"