[PATCH] make gio the default instead of crufty old gnome-vfs
Björn Michaelsen (via_Code_Review)
gerrit at gerrit.libreoffice.org
Thu Mar 28 09:24:22 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3114
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/14/3114/1
make gio the default instead of crufty old gnome-vfs
- distro-config for Linux should stay fine as it is explict about
gnome-vfs
- this makes e.g. a:
sudo apt-get build-dep libreoffice
./autogen.sh
work out of the box for Ubuntu Quantal
Change-Id: I5a85f7af80f798a683e5c92b329ed3d4fd250a1f
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4899b2b..8b13024 100644
--- a/configure.ac
+++ b/configure.ac
@@ -923,12 +923,12 @@
AS_HELP_STRING([--disable-gnome-vfs],
[Determines whether to use the Gnome Virtual Filing System on platforms
where that VFS is available.]),
-,enable_gnome_vfs=yes)
+,enable_gnome_vfs=no)
AC_ARG_ENABLE(gio,
AS_HELP_STRING([--enable-gio],
[Determines whether to use the GIO support.]),
-,enable_gio=no)
+,enable_gio=yes)
AC_ARG_ENABLE(telepathy,
AS_HELP_STRING([--enable-telepathy],
--
To view, visit https://gerrit.libreoffice.org/3114
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a85f7af80f798a683e5c92b329ed3d4fd250a1f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Björn Michaelsen <bjoern.michaelsen at canonical.com>
More information about the LibreOffice
mailing list