diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-21 13:31:46 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-21 13:37:30 +0100 |
commit | 8ea688367ee746937eb98fb40432de4e1902d24f (patch) | |
tree | ab00957d81e766e5d09bd08f71cd179fe19e0a42 /distro-configs | |
parent | e3291e927f4a25a02d1b393e297ccde5120b9221 (diff) |
Add some distro-configs from build repository
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeLinux.conf | 49 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin32.conf | 11 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin64.conf | 8 |
3 files changed, 68 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf new file mode 100644 index 000000000000..cbd1dc74f009 --- /dev/null +++ b/distro-configs/LibreOfficeLinux.conf @@ -0,0 +1,49 @@ +--with-vendor=\"The Document Foundation\" +--with-system-dicts +--without-unix-wrapper +--without-system-zlib +--without-system-xrender-headers +--without-system-stdlibs +--without-system-python +--without-system-poppler +--without-system-openssl +--without-system-mozilla +--without-system-mesa-headers +--without-system-libxslt +--without-system-libxml +--without-system-jpeg +--without-system-jars +--without-system-freetype +--without-system-cairo +--without-openldap +--with-linker-hash-style=both +--with-java-target-version=1.5 +--with-fonts +--with-external-thes-dir=/usr/share/mythes +--with-external-hyph-dir=/usr/share/hyphen +--with-external-dict-dir=/usr/share/hunspell +--with-extension-integration +--with-dict=ALL +--enable-opengl +--enable-odk +--enable-lockdown +--enable-kde +--enable-hids +--enable-gstreamer +--enable-gnome-vfs +--enable-ext-wiki-publisher +--enable-ext-report-builder +--enable-ext-presenter-minimizer +--enable-ext-presenter-console +--enable-ext-pdfimport +--enable-epm +--enable-cairo +--enable-broffice +--enable-binfilter +--disable-xrender-link +--disable-unix-qstart +--disable-randr-link +--disable-pam-link +--disable-kde4 +--disable-dbus +--disable-crypt-link diff --git a/distro-configs/LibreOfficeWin32.conf b/distro-configs/LibreOfficeWin32.conf new file mode 100644 index 000000000000..0ef5188006c6 --- /dev/null +++ b/distro-configs/LibreOfficeWin32.conf @@ -0,0 +1,11 @@ +--with-vendor=\"The Document Foundation\" +--without-system-mesa-headers +--without-junit +--without-helppack-integration +--without-agfa-monotype-fonts +--with-nlpsolver +--with-java-target-version=1.5 +--enable-hids +--enable-broffice +--disable-xrender-link +--disable-activex-component diff --git a/distro-configs/LibreOfficeWin64.conf b/distro-configs/LibreOfficeWin64.conf new file mode 100644 index 000000000000..a186797027db --- /dev/null +++ b/distro-configs/LibreOfficeWin64.conf @@ -0,0 +1,8 @@ +--with-vendor=\"The Document Foundation\" +--without-agfa-monotype-fonts +--with-java-target-version=1.5 +--enable-hids +--enable-cl-x64 +--enable-broffice +--disable-xrender-link +--disable-activex-component |