[oe-commits] Martin Jansa : pixman: temporary build fix, tests are looking for libpixman-1.la in staging/armv4t-oe-linux-gnueabi/ usr/lib/libpixman-1.la

git version control git at git.openembedded.org
Tue Nov 24 20:24:29 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 8ad32c3e60d6c0bb97bff1660cdd1248c78d479e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8ad32c3e60d6c0bb97bff1660cdd1248c78d479e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Nov 24 21:10:45 2009 +0100

pixman: temporary build fix, tests are looking for libpixman-1.la in staging/armv4t-oe-linux-gnueabi/usr/lib/libpixman-1.la

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

---

 recipes/xorg-lib/pixman_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index ca6dae5..328cabf 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -30,7 +30,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