summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-03-31 13:43:41 +0100
committerJoshua Lock <josh@linux.intel.com>2011-04-05 12:06:41 +0100
commit0a110386656e2023f68e69f4d682a2c94f98a577 (patch)
tree54572f16a58599d65b588232e7d52bce76ea463c /meta/recipes-graphics
parent01ab37c9ce2feb2f57a5ac79d5ef4bc4f9447afc (diff)
downloadpoky-0a110386656e2023f68e69f4d682a2c94f98a577.tar.gz
xorg-[lib-common|proto-common]: disable use of fop document generation
On Fedora 15 I see a huge Java backtrace when document generation runs for some xorg libs. As fop is automatically detected, with the possibility of detecting fop on the host whilst doing target builds, the safest bet is to explicitly disable fop for document generation. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/xorg-lib-common.inc2
-rw-r--r--meta/recipes-graphics/xorg-proto/xorg-proto-common.inc1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index 4ed8c866ea..d843d65efd 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -13,4 +13,4 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16EXTRA_OECONF = "--enable-malloc0returnsnull" 16EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no"
diff --git a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
index 92aa1fe6d3..ab1af28311 100644
--- a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
+++ b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
@@ -14,6 +14,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
14DEPENDS = "util-macros" 14DEPENDS = "util-macros"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17EXTRA_OECONF = "--with-fop=no"
17 18
18# ${PN} is empty so we need to tweak -dev and -dbg package dependencies 19# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
19RDEPENDS_${PN}-dev = "" 20RDEPENDS_${PN}-dev = ""