diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-07 13:38:05 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-07 13:38:05 -0300 |
commit | 0f5296e9804dde13e26ef3636dcd271f6675b1b2 (patch) | |
tree | 15b7560586e134035fd6c0b0c83adb02778f3322 /libre/iceweasel-libre/mozconfig | |
parent | e95e040f4541a565f0372d5380fca2cc461826f0 (diff) | |
download | abslibre-0f5296e9804dde13e26ef3636dcd271f6675b1b2.tar.gz abslibre-0f5296e9804dde13e26ef3636dcd271f6675b1b2.tar.bz2 abslibre-0f5296e9804dde13e26ef3636dcd271f6675b1b2.zip |
iceweasel-libre-20.0.1-3: rebuild against libpng
Diffstat (limited to 'libre/iceweasel-libre/mozconfig')
-rw-r--r-- | libre/iceweasel-libre/mozconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libre/iceweasel-libre/mozconfig b/libre/iceweasel-libre/mozconfig index d7961bf41..c929b8972 100644 --- a/libre/iceweasel-libre/mozconfig +++ b/libre/iceweasel-libre/mozconfig @@ -13,9 +13,7 @@ ac_add_options --with-system-nss ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 -# Build with bundled libpng to avoid flickering tab loading icon -# https://bugzilla.mozilla.org/show_bug.cgi?id=841734 -#ac_add_options --with-system-png +ac_add_options --with-system-png ac_add_options --with-system-libevent ac_add_options --with-system-libvpx ac_add_options --enable-system-hunspell |