diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-21 07:53:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-21 07:55:48 +0000 |
commit | e6e627d41f88be74d143f3b21b95ccdd18fef969 (patch) | |
tree | 371d0ca3576cf3a168e5e36915bb810e2dde68ac /main/xulrunner/mozconfig | |
parent | 3e4d10f1b9e282b22db8128c439786436cd9320a (diff) | |
download | aports-e6e627d41f88be74d143f3b21b95ccdd18fef969.tar.bz2 aports-e6e627d41f88be74d143f3b21b95ccdd18fef969.tar.xz |
main/xulrunner: use system png
Diffstat (limited to 'main/xulrunner/mozconfig')
-rw-r--r-- | main/xulrunner/mozconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xulrunner/mozconfig b/main/xulrunner/mozconfig index 416d42115e..b2ed27db93 100644 --- a/main/xulrunner/mozconfig +++ b/main/xulrunner/mozconfig @@ -10,6 +10,7 @@ ac_add_options --with-system-bz2 ac_add_options --with-system-libevent ac_add_options --with-system-libvpx ac_add_options --with-system-pixman +ac_add_options --with-system-png ac_add_options --enable-system-pixman ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite @@ -37,7 +38,6 @@ ac_add_options --disable-elf-hack ac_add_options --enable-gio ac_add_options --enable-gstreamer -# export LIBS="-lubacktrace" export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 export MOZ_JEMALLOC=1 |