diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-18 14:44:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-18 14:44:16 +0000 |
commit | 5e625da19cbc024344eb41be3b147cc50fffbf5d (patch) | |
tree | e532f59354ea7de3735bedd20da556cc9001d07b /main/xulrunner | |
parent | 768710008f4e135779ad2cca4003f54bfcf10a37 (diff) | |
download | aports-5e625da19cbc024344eb41be3b147cc50fffbf5d.tar.bz2 aports-5e625da19cbc024344eb41be3b147cc50fffbf5d.tar.xz |
main/xulrunner: use system cairo
saves some space
Diffstat (limited to 'main/xulrunner')
-rw-r--r-- | main/xulrunner/APKBUILD | 4 | ||||
-rw-r--r-- | main/xulrunner/mozconfig | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/main/xulrunner/APKBUILD b/main/xulrunner/APKBUILD index 25d73c306f..05cb86cfee 100644 --- a/main/xulrunner/APKBUILD +++ b/main/xulrunner/APKBUILD @@ -3,7 +3,7 @@ pkgname=xulrunner pkgver=2.0 _ffoxver=4.0 -pkgrel=1 +pkgrel=2 pkgdesc="runtime environment for xul-based applications" url="http://developer.mozilla.org/en/XULRunner" arch="all" @@ -110,7 +110,7 @@ dev() { } md5sums="3468a2c463b4fc2788ba621e4b511c30 firefox-4.0.source.tar.bz2 -d7a79ba952885c05cc41789faad30bba mozconfig +7a8aabe8176c395e3a4ed96ebbfdf009 mozconfig 78291eb2cd97553d8fd76306c52d40f1 enable-x86_64-tracemonkey.patch 86d33a17286131d9ef4cdfb35ee56f1f fix-xulrunner-launcher.patch 02c23dc4ebd88e445533314716331818 mozilla-pkgconfig.patch diff --git a/main/xulrunner/mozconfig b/main/xulrunner/mozconfig index 54786a3038..e8483b871a 100644 --- a/main/xulrunner/mozconfig +++ b/main/xulrunner/mozconfig @@ -10,10 +10,7 @@ ac_add_options --with-system-bz2 ac_add_options --with-system-libevent ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite - -# XXX: mozilla fails to build with cairo 1.10 right now -# ac_add_options --enable-system-cairo - +ac_add_options --enable-system-cairo ac_add_options --with-pthreads ac_add_options --enable-strip ac_add_options --disable-tests |