~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/js_eval/plugin.ini

  • Committer: Henrik Ingo
  • Date: 2011-08-29 13:12:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110829131205-0s916xbxi57uk79v
js_eval() : Working execution of JavaScript code with the v8 engine.
Simple implementation, script is re-compiled each call, parameters
ignored, etc...

Also adds libv8.so to the pandora/autotools/configure magic.

Note: I only compiled with CXXFLAGS=-O0 so far, but should work 
with the default -O2 too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
version=0.1
4
4
author=Henrik Ingo
5
5
license=PLUGIN_LICENSE_GPL
6
 
title=Evaluate JavaScript code
 
6
title=Evaluate JavaScript Code
7
7
description=Execute JavaScript code with supplied parameters
8
8
load_by_default=yes
 
9
build_conditional="$ac_cv_libv8" = "yes"
 
10
ldflags=${LTLIBV8}