diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-05-03 17:05:11 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-05-03 17:05:11 +0200 |
commit | b1fb5a04df6bca4b8394af2f0829858fa23cf679 (patch) | |
tree | 9e4fa17f3ee20b71baf5a3457985074261267b43 /distro-configs/LibreOfficeWin32.conf | |
parent | d27be9390fb0a5faee4f6bbcd5463c3907734c4a (diff) |
Enable extern scripting for offical LO builds (fdo#33355)
Added the following options to distro-configs/LibreOffice*.conf:
--enable-ext-scripting-beanshell
--enable-ext-scripting-javascript
--enable-ext-scripting-python
Thanks David Tardon <dtardon@redhat.com> for tip
Diffstat (limited to 'distro-configs/LibreOfficeWin32.conf')
-rw-r--r-- | distro-configs/LibreOfficeWin32.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeWin32.conf b/distro-configs/LibreOfficeWin32.conf index 050bb7caa088..257ce7097d9a 100644 --- a/distro-configs/LibreOfficeWin32.conf +++ b/distro-configs/LibreOfficeWin32.conf @@ -7,3 +7,6 @@ --with-java-target-version=1.5 --disable-xrender-link --disable-activex-component +--enable-ext-scripting-beanshell +--enable-ext-scripting-javascript +--enable-ext-scripting-python |