diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-28 19:41:10 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-28 19:41:10 -0300 |
commit | f4c9d98a29d7df4369c39d44139771c7809ac1dd (patch) | |
tree | ca05f941b1f90d94869075f4aadccceb9a595f92 /libre/iceweasel-libre/mozconfig | |
parent | 260ea241d630ac59d3660bd4ceb226b62215df30 (diff) | |
download | abslibre-f4c9d98a29d7df4369c39d44139771c7809ac1dd.tar.gz abslibre-f4c9d98a29d7df4369c39d44139771c7809ac1dd.tar.bz2 abslibre-f4c9d98a29d7df4369c39d44139771c7809ac1dd.zip |
iceweasel-libre-12.0-3: disable system cairo
Diffstat (limited to 'libre/iceweasel-libre/mozconfig')
-rw-r--r-- | libre/iceweasel-libre/mozconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel-libre/mozconfig b/libre/iceweasel-libre/mozconfig index e79896323..77690ba6b 100644 --- a/libre/iceweasel-libre/mozconfig +++ b/libre/iceweasel-libre/mozconfig @@ -15,7 +15,7 @@ ac_add_options --with-system-libvpx ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite ac_add_options --enable-system-ffi -ac_add_options --enable-system-cairo +#ac_add_options --enable-system-cairo ac_add_options --enable-system-pixman ac_add_options --with-pthreads |