summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-27 11:50:59 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-27 11:50:59 +0100
commitb5e82890de690905cabe24203ecd46ae41075998 (patch)
tree9bba86c6f289725438a093fdb19fb1505862dbc1
parenta3cb554fd61cd91aec453052356570602e802475 (diff)
parent47f3cb54fcda485e3fbfc9b297dd556a504273b7 (diff)
downloadtelepathy-mission-control-b5e82890de690905cabe24203ecd46ae41075998.tar.gz
Merge branch 'telepathy-mission-control-5.12', rejecting stable-only changes
-rw-r--r--Android.mk2
-rw-r--r--NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8cb25935..470ca795 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,7 +21,7 @@ telepathy-mission-control-configure-real:
PKG_CONFIG_LIBDIR="$(CONFIGURE_PKG_CONFIG_LIBDIR)" \
PKG_CONFIG_TOP_BUILD_DIR=$(PKG_CONFIG_TOP_BUILD_DIR) \
$(TELEPATHY_MISSION_CONTROL_TOP)/$(CONFIGURE) --host=arm-linux-androideabi \
- --disable-gtk-doc && \
+ --disable-gtk-doc --disable-conn-setting && \
for file in $(TELEPATHY_MISSION_CONTROL_BUILT_SOURCES); do \
rm -f $$file && \
make -C $$(dirname $$file) $$(basename $$file) ; \
diff --git a/NEWS b/NEWS
index 9f978010..1d5b710d 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ Fixes:
• If service-activated under both names o.fd.Telepathy.MissionControl5
and o.fd.Telepathy.AccountManager simultaneously, avoid one or both
failing to activate due to a race condition (fd.o #53220, Simon)
+• When built for Android, don't use GSettings (fd.o #53497, Simon)
telepathy-mission-control 5.13.0 (2012-07-23)
=============================================