summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-04-22 20:36:34 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-04-22 20:36:34 +0200
commitb02b80619b129481b7abe2af67060411782d5d8d (patch)
tree46eee056c31d80670db6587dd5bee3ceac220714 /configure.ac
parent9e10ee13c3c1dbc579bd39e9aede022f358348b0 (diff)
downloadvala-b02b80619b129481b7abe2af67060411782d5d8d.tar.gz
driver: Add support for vala-0.30
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0fcbc8a58..8cbd6ebff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,6 +80,9 @@ AM_CONDITIONAL(HAVE_CGRAPH, test "$have_cgraph" = "yes")
## Drivers:
##
+PKG_CHECK_MODULES(LIBVALA_0_30_X, libvala-0.30 > 0.26.0, have_libvala_0_30_x="yes", have_libvala_0_30_x="no")
+AM_CONDITIONAL(HAVE_LIBVALA_0_30_X, test "$have_libvala_0_30_x" = "yes")
+
PKG_CHECK_MODULES(LIBVALA_0_28_X, libvala-0.28 > 0.26.0, have_libvala_0_28_x="yes", have_libvala_0_28_x="no")
AM_CONDITIONAL(HAVE_LIBVALA_0_28_X, test "$have_libvala_0_28_x" = "yes")
@@ -118,6 +121,7 @@ src/driver/0.22.x/Makefile
src/driver/0.24.x/Makefile
src/driver/0.26.x/Makefile
src/driver/0.28.x/Makefile
+src/driver/0.30.x/Makefile
src/doclets/Makefile
src/doclets/html/Makefile
src/doclets/devhelp/Makefile