[gnome-online-accounts] configure.ac: disable tp-aw's GSettings
- From: Marco Barisione <mbari src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] configure.ac: disable tp-aw's GSettings
- Date: Wed, 28 Aug 2013 14:25:34 +0000 (UTC)
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]