[evolution-data-server/openismus-work-master: 10/10] Temporarily disabling new GTK+ depending modules.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-master: 10/10] Temporarily disabling new GTK+ depending modules.
- Date: Mon, 17 Dec 2012 10:58:15 +0000 (UTC)
commit cc3a46f3e0dd800a1124fe6c46a45b73740b5fe8
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Thu Dec 13 16:59:07 2012 +0900
Temporarily disabling new GTK+ depending modules.
Need to figure out what is the destiny of these modules,
will we add a custom configure option to enable this GTK+ dependency ?
modules/Makefile.am | 5 ++++-
services/Makefile.am | 5 ++++-
tests/libedataserver/Makefile.am | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 21e7252..abbdce8 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -4,10 +4,13 @@ if HAVE_GOA
GNOME_ONLINE_ACCOUNTS_DIR = gnome-online-accounts
endif
+# Temporarily disabling this GTK+ module
+# until we figure what to do with it
+# trust-prompt
+
SUBDIRS = \
cache-reaper \
google-backend \
- trust-prompt \
yahoo-backend \
$(GNOME_ONLINE_ACCOUNTS_DIR) \
$(NULL)
diff --git a/services/Makefile.am b/services/Makefile.am
index f3c8447..08d7e2d 100644
--- a/services/Makefile.am
+++ b/services/Makefile.am
@@ -1,10 +1,13 @@
NULL =
+# Temporarily disabling this GTK+ module
+# until we figure what to do with it
+# evolution-user-prompter
+
SUBDIRS = \
evolution-addressbook-factory \
evolution-calendar-factory \
evolution-source-registry \
- evolution-user-prompter \
$(NULL)
-include $(top_srcdir)/git.mk
diff --git a/tests/libedataserver/Makefile.am b/tests/libedataserver/Makefile.am
index 7dc05e3..b443137 100644
--- a/tests/libedataserver/Makefile.am
+++ b/tests/libedataserver/Makefile.am
@@ -2,9 +2,12 @@ NULL =
@GNOME_CODE_COVERAGE_RULES@
+# Temporarily disabling the prompter test
+# since it needs GTK+
+# e-user-prompter-test
+
TESTS = \
e-source-test \
- e-user-prompter-test \
$(NULL)
noinst_PROGRAMS = $(TESTS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]