From e022e7b0e23247f75583dd6c480537525e3d5aa7 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 17 Jun 2011 14:13:34 +0200 Subject: --enable-online-update in the Linux universal builds. Signed-off-by: Petr Mladek --- distro-configs/LibreOfficeLinux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index 21100649bd47..47fa3106b011 100644 --- a/distro-configs/LibreOfficeLinux.conf +++ b/distro-configs/LibreOfficeLinux.conf @@ -42,6 +42,7 @@ --enable-epm --enable-cairo --enable-binfilter +--enable-online-update --disable-xrender-link --disable-unix-qstart-libpng --disable-randr-link -- cgit v1.2.3 From 55d4d277c972cc94f041604f411b9eee76b1d0a1 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Mon, 20 Jun 2011 22:31:28 +0200 Subject: update the configure flags to reflect reality --- distro-configs/LibreOfficeOpenBSD.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeOpenBSD.conf b/distro-configs/LibreOfficeOpenBSD.conf index 6e28d69983a3..910214ee6ba8 100644 --- a/distro-configs/LibreOfficeOpenBSD.conf +++ b/distro-configs/LibreOfficeOpenBSD.conf @@ -1,6 +1,7 @@ --disable-build-mozilla --disable-dbus --disable-epm +--disable-gnome-vfs --disable-kde --disable-kde4 --disable-mozilla @@ -11,8 +12,6 @@ --disable-unix-qstart-libpng --disable-xrender-link --enable-binfilter ---enable-cairo ---enable-gnome-vfs --enable-gstreamer --enable-lockdown --enable-ext-presenter-minimizer @@ -20,6 +19,7 @@ --enable-ext-presenter-console --enable-ext-report-builder --enable-ext-wiki-publisher +--enable-python=system --with-alloc=system --with-ant-home=/usr/local/ant --with-extension-integration @@ -45,7 +45,6 @@ --with-system-neon --with-system-openssl --with-system-poppler ---with-system-python --with-system-redland --with-system-stdlibs --with-system-xrender-headers -- cgit v1.2.3 From 32fb00ba75e80669d0f18ae2c0493a2b1943d933 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 24 Jun 2011 11:47:06 +0200 Subject: Disable the online update for the release. Signed-off-by: Petr Mladek --- distro-configs/LibreOfficeLinux.conf | 1 - distro-configs/LibreOfficeMacOSX.conf | 1 + distro-configs/LibreOfficeWin32.conf | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index 47fa3106b011..21100649bd47 100644 --- a/distro-configs/LibreOfficeLinux.conf +++ b/distro-configs/LibreOfficeLinux.conf @@ -42,7 +42,6 @@ --enable-epm --enable-cairo --enable-binfilter ---enable-online-update --disable-xrender-link --disable-unix-qstart-libpng --disable-randr-link diff --git a/distro-configs/LibreOfficeMacOSX.conf b/distro-configs/LibreOfficeMacOSX.conf index 1fb7e4ed54e0..67bf7c2f9138 100644 --- a/distro-configs/LibreOfficeMacOSX.conf +++ b/distro-configs/LibreOfficeMacOSX.conf @@ -2,6 +2,7 @@ --enable-epm --enable-binfilter --with-java-target-version=1.5 +--disable-online-update --enable-ext-presenter-minimizer --enable-ext-presenter-console --enable-ext-pdfimport diff --git a/distro-configs/LibreOfficeWin32.conf b/distro-configs/LibreOfficeWin32.conf index acc632080365..4ce461c7e98c 100644 --- a/distro-configs/LibreOfficeWin32.conf +++ b/distro-configs/LibreOfficeWin32.conf @@ -7,6 +7,7 @@ --with-java-target-version=1.5 --disable-xrender-link --disable-activex-component +--disable-online-update --enable-binfilter --enable-ext-scripting-beanshell --enable-ext-scripting-javascript -- cgit v1.2.3