[oe-commits] Otavio Salvador : fennec: use system libraries while building

GIT User account git at amethyst.openembedded.net
Thu Oct 30 19:21:05 UTC 2008


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Oct 30 08:53:11 2008 -0200

fennec: use system libraries while building

---

 packages/mozilla/fennec/mozconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/packages/mozilla/fennec/mozconfig b/packages/mozilla/fennec/mozconfig
index ba4099d..7696f78 100644
--- a/packages/mozilla/fennec/mozconfig
+++ b/packages/mozilla/fennec/mozconfig
@@ -4,6 +4,11 @@ mk_add_options AUTOCONF=autoconf2.13
 
 ac_add_options --disable-javaxpcom
 
+ac_add_options --enable-system-cairo
+ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
+ac_add_options --with-system-jpeg
+
 ac_add_app_options xulrunner --enable-application=xulrunner
 
 ac_add_app_options mobile --enable-application=mobile





More information about the Openembedded-commits mailing list