Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "X protocol headers: ${XORG_PN}" |
| 2 | HOMEPAGE = "http://www.x.org" |
| 3 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
| 4 | |
| 5 | SECTION = "x11/libs" |
| 6 | LICENSE = "MIT-X" |
| 7 | |
| 8 | XORG_PN = "${BPN}" |
| 9 | |
| 10 | SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2" |
| 11 | |
| 12 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
| 13 | |
| 14 | DEPENDS = "util-macros" |
| 15 | |
| 16 | inherit autotools pkgconfig |
| 17 | EXTRA_OECONF = "--without-fop" |
| 18 | |
| 19 | UNKNOWN_CONFIGURE_WHITELIST += "--without-fop --without-xmlto --with-xmlto" |
| 20 | |
| 21 | PACKAGECONFIG ??= "" |
| 22 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
| 23 | |
| 24 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
| 25 | RDEPENDS_${PN}-dev = "" |
| 26 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |