xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunHOMEPAGE = "http://www.x.org"
2*4882a593SmuzhiyunBUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunSECTION = "x11/libs"
5*4882a593SmuzhiyunLICENSE = "MIT"
6*4882a593SmuzhiyunDEPENDS = "util-macros"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunXORG_PN = "${BPN}"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunSRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunS = "${WORKDIR}/${XORG_PN}-${PV}"
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuninherit autotools features_check pkgconfig
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunEXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunPACKAGECONFIG ??= ""
19*4882a593SmuzhiyunPACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunUNKNOWN_CONFIGURE_OPT_IGNORE += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
22*4882a593Smuzhiyun                                --disable-specs --without-groff --without-ps2pdf --without-fop \
23*4882a593Smuzhiyun                                --without-xmlto --with-xmlto \
24*4882a593Smuzhiyun"
25*4882a593Smuzhiyun
26*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES ?= "x11"
27