xorg-lib: move options to disable documentation to xorg-lib-common

(From OE-Core rev: aee98f2ccab4bfff2aca031c2374274f945982f5)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-09-11 20:17:54 +01:00 committed by Richard Purdie
parent 8071888705
commit 85816c84eb
3 changed files with 4 additions and 7 deletions

View File

@ -9,7 +9,7 @@ require xorg-lib-common.inc
inherit siteinfo
PE = "1"
INC_PR = "r1"
INC_PR = "r2"
PROVIDES = "virtual/libx11"
@ -17,8 +17,6 @@ XORG_PN = "libX11"
LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
EXTRA_OECONF += "--with-groff=no --with-ps2pdf=no --with-fop=no --disable-specs"
PACKAGES =+ "${PN}-xcb"
FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt"

View File

@ -14,11 +14,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
DEPENDS += "libxext inputproto"
PE = "1"
PR = "r0"
PR = "r1"
XORG_PN = "libXi"
EXTRA_OECONF_append = " --enable-specs=no"
SRC_URI[md5sum] = "78ee882e1ff3b192cf54070bdb19938e"
SRC_URI[sha256sum] = "f2e3627d7292ec5eff488ab58867fba14a62f06e72a8d3337ab6222c09873109"

View File

@ -13,7 +13,8 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no --without-xmlto"
EXTRA_OECONF = "--enable-malloc0returnsnull \
--disable-specs --with-groff=no --with-ps2pdf=no --with-fop=no --without-xmlto"
python () {
whitelist = [ "pixman", "libpciaccess" ]