[evolution-data-server/openismus-work-master: 9/18] Temporarily disabling new GTK+ depending modules.



commit 04fef0c351af6d35f4c23b372c1b5763c149b219
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 efc7d9a..d3dfb44 100644
--- a/tests/libedataserver/Makefile.am
+++ b/tests/libedataserver/Makefile.am
@@ -2,10 +2,13 @@ NULL =
 
 @GNOME_CODE_COVERAGE_RULES@
 
+# Temporarily disabling the prompter test
+# since it needs GTK+
+#	e-user-prompter-test
+
 TESTS = \
 	e-source-test \
 	e-source-registry-test \
-	e-user-prompter-test \
 	$(NULL)
 
 noinst_PROGRAMS = $(TESTS)



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