Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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 | |
| 10 | SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" |
| 11 | |
| 12 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
| 13 | |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame] | 14 | inherit autotools features_check pkgconfig |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 15 | |
| 16 | EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop" |
| 17 | |
| 18 | PACKAGECONFIG ??= "" |
| 19 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
| 20 | |
| 21 | UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0returnsnull \ |
| 22 | --disable-specs --without-groff --without-ps2pdf --without-fop \ |
| 23 | --without-xmlto --with-xmlto \ |
| 24 | " |
| 25 | |
| 26 | REQUIRED_DISTRO_FEATURES ?= "x11" |