From 74615ac7bd55755037c49f8fdfb29a5fc33c870c Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 9 Apr 2013 17:05:01 +0200 Subject: Explicitely mention --disable-gio in distro-configs/LibreOfficeLinux.conf AFAIK, we could not use GIO for the release builds because they are built on too old system. GIO has got enabled by default but it can't be used together with GNOME VFS, so we need to explicitely disable it here. Change-Id: Ic5e64b0b5a7c000b9add2892a18bbc963ea2b900 --- distro-configs/LibreOfficeLinux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'distro-configs/LibreOfficeLinux.conf') diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index 821949348aa3..dbbdcb7063e2 100644 --- a/distro-configs/LibreOfficeLinux.conf +++ b/distro-configs/LibreOfficeLinux.conf @@ -37,6 +37,7 @@ --enable-epm --enable-python=internal --enable-online-update +--disable-gio --disable-unix-qstart-libpng --disable-randr-link --disable-kde4 -- cgit