[Lunar-commits] <moonbase> webkit: Removed invalid configuration options
Terry Chan
tchan at lunar-linux.org
Sun Aug 16 02:58:07 CEST 2009
commit c9db00a9987ee08828a448ee8f030e634a9908ae
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sat Aug 15 19:58:07 2009 -0500
webkit: Removed invalid configuration options
---
web/webkit/BUILD | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/webkit/BUILD b/web/webkit/BUILD
index 94deee7..b22622d 100644
--- a/web/webkit/BUILD
+++ b/web/webkit/BUILD
@@ -3,9 +3,9 @@
#This next line looks ugly, but allows us to load our plugins
sedit 's:paths.append("/usr/lib64/mozilla/plugins");:paths.append("/usr/lib64/mozilla/plugins");\n paths.append("/opt/lunar/plugins");\n:g' WebCore/plugins/PluginDatabase.cpp
- OPTS="$OPTS --enable-svg-experimental --enable-svg --enable-svg-animation \
- --enable-svg-filters --enable-svg-fonts --enable-svg-foreign-object \
- --enable-svg-as-image --enable-svg-use-element --enable-3D-transforms"
+ OPTS="$OPTS --enable-svg --enable-svg-animation \
+ --enable-svg-fonts --enable-svg-foreign-object \
+ --enable-svg-as-image --enable-3D-transforms"
default_build
More information about the Lunar-commits
mailing list