[Lunar-commits] <moonbase> webkit: add sedit to find our plugin path
Zachary McGrew
zmcgrew at lunar-linux.org
Wed Jun 17 06:13:04 CEST 2009
commit 20b67778f868d6ceb35e6052a4929409f805d03e
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Thu Jun 11 16:30:53 2009 -0700
webkit: add sedit to find our plugin path
---
web/webkit/BUILD | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/web/webkit/BUILD b/web/webkit/BUILD
index 062b82e..94deee7 100644
--- a/web/webkit/BUILD
+++ b/web/webkit/BUILD
@@ -1,6 +1,7 @@
(
-# bad_flags linker &&
+ #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 \
More information about the Lunar-commits
mailing list