[gnome-online-accounts] configure.ac: disable tp-aw's GSettings



commit 6213e0eee25354c60f2d917524169a59414a1d26
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Tue Aug 27 07:52:22 2013 +0100

    configure.ac: disable tp-aw's GSettings
    
    This is needed to avoid multiple components shipping the same schema.
    It's just a temporary workaround that won't be needed when
    https://bugzilla.gnome.org/show_bug.cgi?id=706317 will be fixed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706803

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e1260e0..6c5d585 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,6 +128,9 @@ ac_configure_args="$ac_configure_args --with-pkgdatadir=${datadir}/gnome-online-
 ac_configure_args="$ac_configure_args --with-icondir=${datadir}/icons"
 # Change the name of tpaw's .mo files to avoid conflicts with other packages using tp-aw
 ac_configure_args="$ac_configure_args --with-gettext-package=gnome-online-accounts-tpaw"
+# Disable the installation of the GSettings schema to avoid multiple components shipping
+# the same file. See https://bugzilla.gnome.org/show_bug.cgi?id=706803
+ac_configure_args="$ac_configure_args --disable-settings"
 AX_CONFIG_DIR([telepathy-account-widgets])
 ac_top_build_prefix=$prev_top_build_prefix
 ac_configure_args=$prev_ac_configure_args


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]