xorg-lib-common.inc 848 B

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