diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-09 10:47:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-09 10:47:32 +0000 |
commit | b49d116bba999947c2ed3570190cd5e95765f617 (patch) | |
tree | f3b26d084b3287024b0dc4faf5a96f158f9f072f /main/xulrunner | |
parent | 41c1276b4ebc3d22977619723047bd2d7023c283 (diff) | |
download | aports-b49d116bba999947c2ed3570190cd5e95765f617.tar.bz2 aports-b49d116bba999947c2ed3570190cd5e95765f617.tar.xz |
main/xulrunner: fix mozconfig
Diffstat (limited to 'main/xulrunner')
-rw-r--r-- | main/xulrunner/mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/xulrunner/mozconfig b/main/xulrunner/mozconfig index 6b34a02def..8c601d397e 100644 --- a/main/xulrunner/mozconfig +++ b/main/xulrunner/mozconfig @@ -33,6 +33,7 @@ ac_add_options --enable-extensions=default ac_add_options --enable-jemalloc ac_add_options --disable-elf-hack ac_add_options --enable-gio +ac_add_options --enable-gstreamer # export LIBS="-lubacktrace" export BUILD_OFFICIAL=1 |