diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-04-07 16:21:09 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-04-07 16:21:09 +0200 |
commit | 43363c4b2bb4ae6e0c9270e59311360638e843b5 (patch) | |
tree | 1733ef7c401084714be222c76368f9e8e09490ca /distro-configs | |
parent | b8f27e21e58f8d5f341a198bce8ccb3ad71eed84 (diff) |
No need to quote anymore
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeLinux.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeMacOSX.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin32.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin64.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index cbd1dc74f009..5d5d5894f485 100644 --- a/distro-configs/LibreOfficeLinux.conf +++ b/distro-configs/LibreOfficeLinux.conf @@ -1,4 +1,4 @@ ---with-vendor=\"The Document Foundation\" +--with-vendor=The Document Foundation --with-system-dicts --without-unix-wrapper --without-system-zlib diff --git a/distro-configs/LibreOfficeMacOSX.conf b/distro-configs/LibreOfficeMacOSX.conf index 70e052a2eae3..0b69a481c23e 100644 --- a/distro-configs/LibreOfficeMacOSX.conf +++ b/distro-configs/LibreOfficeMacOSX.conf @@ -1,4 +1,4 @@ ---with-vendor=\"The Document Foundation\" +--with-vendor=The Document Foundation --enable-opengl --enable-hids --enable-binfilter diff --git a/distro-configs/LibreOfficeWin32.conf b/distro-configs/LibreOfficeWin32.conf index 0ef5188006c6..5e78e22d8004 100644 --- a/distro-configs/LibreOfficeWin32.conf +++ b/distro-configs/LibreOfficeWin32.conf @@ -1,4 +1,4 @@ ---with-vendor=\"The Document Foundation\" +--with-vendor=The Document Foundation --without-system-mesa-headers --without-junit --without-helppack-integration diff --git a/distro-configs/LibreOfficeWin64.conf b/distro-configs/LibreOfficeWin64.conf index a186797027db..7bdf47d0816e 100644 --- a/distro-configs/LibreOfficeWin64.conf +++ b/distro-configs/LibreOfficeWin64.conf @@ -1,4 +1,4 @@ ---with-vendor=\"The Document Foundation\" +--with-vendor=The Document Foundation --without-agfa-monotype-fonts --with-java-target-version=1.5 --enable-hids |