[Lunar-commits] <moonbase> firefox: Moving the libvpx from mozconfig to DEPENDS as an option. The

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Feb 10 12:35:24 CET 2012


commit 47497a5459af4cbe99d8a8f7121c9faa7e72dea6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Feb 10 06:35:24 2012 -0500

    firefox: Moving the libvpx from mozconfig to DEPENDS as an option. The
    
    recent libvpx bump causes the firefox configure to puke on libvpx version
    being v1.0.0, it looks for v0.9.7.
---
 web/firefox/DEPENDS   |    3 +++
 web/firefox/mozconfig |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/web/firefox/DEPENDS b/web/firefox/DEPENDS
index 0f4ac7f..fde360c 100644
--- a/web/firefox/DEPENDS
+++ b/web/firefox/DEPENDS
@@ -23,3 +23,6 @@ optional_depends "hunspell"         ""  ""  "For spelling support"
 # $OPTS is ignored in this BUILD
 optional_depends "libevent"         ""  ""  "For event detection"
 optional_depends "dbus-glib"        ""  ""  "For dbus support"
+
+optional_depends " libvpx" "--with-system-libvpx" "" "for vpx support"
+
diff --git a/web/firefox/mozconfig b/web/firefox/mozconfig
index 94ed726..bcf467d 100644
--- a/web/firefox/mozconfig
+++ b/web/firefox/mozconfig
@@ -30,7 +30,6 @@ ac_add_options --enable-mathml
 ac_add_options --disable-os2-high-mem
 ac_add_options --enable-gio
 ac_add_options --enable-raw
-ac_add_options --with-system-libvpx
 ac_add_options --enable-splashscreen
 ac_add_options --enable-url-classifier
 ac_add_options --enable-shared-js


More information about the Lunar-commits mailing list