telepathy-mission-control: Disable the connectivity GSetting on Android

Simon McVittie smcv at kemper.freedesktop.org
Mon Aug 27 04:04:45 PDT 2012


Module: telepathy-mission-control
Branch: master
Commit: 131248f8e1aec7b47e47e96d33122f4bfbcb66f2
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=131248f8e1aec7b47e47e96d33122f4bfbcb66f2

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Aug 14 16:41:45 2012 +0100

Disable the connectivity GSetting on Android

There's no immediately obvious way to install GSettings schemas there.

Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53497

---

 Android.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Android.mk b/Android.mk
index cfecf0e..85a6cda 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) ; \



More information about the telepathy-commits mailing list