[Lunar-commits] <moonbase-other> firefox: jpeg is not enough for firefox...

v4hn me at v4hn.de
Sun Jan 27 18:08:07 CET 2013


commit 00e74d70761f067ba633092747011867e0b47054
Author: v4hn <me at v4hn.de>
Date: Sun, 27 Jan 2013 09:08:07 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/00e74d70761f067ba633092747011867e0b47054

firefox: jpeg is not enough for firefox...
---
  web/firefox/DEPENDS   | +1/-0     
  web/firefox/mozconfig | +0/-1     
  2 files changed, 1 insertion(+), 1 deletion(-)

--- a/web/firefox/DEPENDS
+++ b/web/firefox/DEPENDS
@@ -27,3 +27,4 @@ optional_depends "dbus-glib"        "--enable-dbus"  "--disable-dbus"  "For dbus
 optional_depends "libffi"           "--enable-system-ffi"  "--disable-system-ffi"  "Use system libffi instead of compiling the one in firefox"
 
 optional_depends "sun-jdk"          "--with-java-bin-path=/usr/java/default/bin" "" "for java support"
+optional_depends "libjpeg-turbo"    "--with-system-jpeg" "--without-system-jpeg" "system jpeg requires libjpeg-turbo"
--- a/web/firefox/mozconfig
+++ b/web/firefox/mozconfig
@@ -4,7 +4,6 @@ ac_add_options --with-pthreads
 ac_add_options --with-default-mozilla-five-home=$MOZILLA_HOME
 ac_add_options --with-user-appdir=".firefox"
 ac_add_options --with-system-zlib
-ac_add_options --with-system-jpeg
 ac_add_options --with-system-bz2
 ac_add_options --enable-application=browser
 ac_add_options --enable-default-toolkit=cairo-gtk2




More information about the Lunar-commits mailing list