Kaydet (Commit) b1fb5a04 authored tarafından Petr Mladek's avatar Petr Mladek

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
üst d27be939
...@@ -35,6 +35,9 @@ ...@@ -35,6 +35,9 @@
--enable-ext-presenter-minimizer --enable-ext-presenter-minimizer
--enable-ext-presenter-console --enable-ext-presenter-console
--enable-ext-pdfimport --enable-ext-pdfimport
--enable-ext-scripting-beanshell
--enable-ext-scripting-javascript
--enable-ext-scripting-python
--enable-epm --enable-epm
--enable-cairo --enable-cairo
--enable-binfilter --enable-binfilter
......
...@@ -9,4 +9,7 @@ ...@@ -9,4 +9,7 @@
--enable-ext-pdfimport --enable-ext-pdfimport
--enable-ext-wiki-publisher --enable-ext-wiki-publisher
--enable-ext-report-builder --enable-ext-report-builder
--enable-ext-scripting-beanshell
--enable-ext-scripting-javascript
--enable-ext-scripting-python
--with-extension-integration --with-extension-integration
...@@ -7,3 +7,6 @@ ...@@ -7,3 +7,6 @@
--with-java-target-version=1.5 --with-java-target-version=1.5
--disable-xrender-link --disable-xrender-link
--disable-activex-component --disable-activex-component
--enable-ext-scripting-beanshell
--enable-ext-scripting-javascript
--enable-ext-scripting-python
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
--enable-cl-x64 --enable-cl-x64
--disable-xrender-link --disable-xrender-link
--disable-activex-component --disable-activex-component
--enable-ext-scripting-beanshell
--enable-ext-scripting-javascript
--enable-ext-scripting-python
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment