[oe-commits] Martin Jansa : pixman: disable gtk, to break circular dependency gtk+-> cairo->pixman->gtk+ and also libtool issue

git version control git at git.openembedded.org
Sun Feb 21 11:15:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9a0b80fa466e76e8d0a0fe0065186a3076b029ba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9a0b80fa466e76e8d0a0fe0065186a3076b029ba

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Feb 20 18:29:04 2010 +0100

pixman: disable gtk, to break circular dependency gtk+->cairo->pixman->gtk+ and also libtool issue

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-lib/pixman_0.17.6.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-lib/pixman_0.17.6.bb b/recipes/xorg-lib/pixman_0.17.6.bb
index ff3c069..01febb8 100644
--- a/recipes/xorg-lib/pixman_0.17.6.bb
+++ b/recipes/xorg-lib/pixman_0.17.6.bb
@@ -6,6 +6,8 @@ LICENSE = "X11"
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_shr = "1"
 
+PR = "r1"
+
 BBCLASSEXTEND="native"
 
 SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz;name=archive \
@@ -24,7 +26,7 @@ inherit autotools_stage
 NEON = " --disable-arm-neon "
 NEON_armv7a = ""
 
-EXTRA_OECONF = "${NEON}"
+EXTRA_OECONF = "${NEON} --disable-gtk"
 
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 





More information about the Openembedded-commits mailing list