Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


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@canonical.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.