[evolution-data-server/gnome-3-0] Revert "Bug 649762 - Add support for Vala bindings"
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-0] Revert "Bug 649762 - Add support for Vala bindings"
- Date: Mon, 23 May 2011 16:11:04 +0000 (UTC)
commit 3242a043b900e531bbb914c4d510d9f4a7f00682
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon May 23 11:02:03 2011 -0400
Revert "Bug 649762 - Add support for Vala bindings"
This reverts commit 53932aa8df0af7b5292352676add923e5880a8c8.
Vala bindings aren't ready for the stable branch yet.
Makefile.am | 6 ------
configure.ac | 34 ----------------------------------
vala/Makefile.am | 37 -------------------------------------
vala/libebook-1.2.deps | 1 -
4 files changed, 0 insertions(+), 78 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d1cc93c..4c0278f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,12 +9,6 @@ endif
SUBDIRS = libedataserver libebackend servers camel addressbook $(CALENDAR_DIR) libedataserverui docs art po
DIST_SUBDIRS = libedataserver libebackend servers camel addressbook calendar libedataserverui docs art po
-if HAVE_INTROSPECTION
-if HAVE_VALA
-SUBDIRS += vala
-endif
-endif
-
%-$(API_VERSION).pc: %.pc
cp $< $@
diff --git a/configure.ac b/configure.ac
index 6c48656..f577449 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1410,39 +1410,6 @@ fi
GOBJECT_INTROSPECTION_CHECK([0.9.12])
dnl ******************************
-dnl Vala binding
-dnl ******************************
-AC_ARG_ENABLE(vala-bindings,
- AC_HELP_STRING([--enable-vala-bindings],
- [build the EXPERIMENTAL Vala bindings]),
- enable_vala_bindings=$enableval,
- enable_vala_bindings=no)
-
-if test x$enable_vala_bindings = xyes; then
- if test "x$INTROSPECTION_SCANNER" = x; then
- AC_MSG_ERROR([GObject-Introspection must be enabled for Vala bindings])
- fi
-
- AM_PROG_VALAC([0.12.0])
- have_vala=yes
-
- AC_PATH_PROG(VALAC, valac, valac)
- AC_SUBST(VALAC)
- AC_SUBST(VALAFLAGS)
-
- AC_PATH_PROG([VAPIGEN], [vapigen], [false])
-
- if test "x$VAPIGEN" = "xfalse"; then
- AC_MSG_ERROR([vapigen not found. Was vala compiled with --enable-vapigen?])
- fi
-
- AC_SUBST(VAPIGEN)
-fi
-
-AM_CONDITIONAL([HAVE_VALA], [test "x$have_vala" = "xyes"])
-AC_SUBST(HAVE_VALA)
-
-dnl ******************************
dnl Makefiles
dnl ******************************
export privlibdir
@@ -1527,7 +1494,6 @@ docs/reference/libedataserver/Makefile
docs/reference/libedataserverui/Makefile
docs/reference/libebackend/Makefile
po/Makefile.in
-vala/Makefile
])
AC_OUTPUT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]