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/mozconfig | |
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/mozconfig')
-rw-r--r-- | main/xulrunner/mozconfig | 5 |
1 files changed, 1 insertions, 4 deletions
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 |