diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xorg-proto-common.inc | 1 |
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 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-malloc0returnsnull" | 16 | EXTRA_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}" | |||
14 | DEPENDS = "util-macros" | 14 | DEPENDS = "util-macros" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | EXTRA_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 |
19 | RDEPENDS_${PN}-dev = "" | 20 | RDEPENDS_${PN}-dev = "" |