summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-09-23 13:55:31 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-09-23 13:55:31 +0200
commit9e10ee13c3c1dbc579bd39e9aede022f358348b0 (patch)
tree3ddc2bee9c105a550736d211b9702743a2b4c703 /configure.ac
parent0e166c04eb66137bc2b8ed69388f3fc620298e4d (diff)
downloadvala-9e10ee13c3c1dbc579bd39e9aede022f358348b0.tar.gz
driver: Add support for vala-0.28
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 42a9bf064..0fcbc8a58 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_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")
+
PKG_CHECK_MODULES(LIBVALA_0_26_X, libvala-0.26 > 0.25.2, have_libvala_0_26_x="yes", have_libvala_0_26_x="no")
AM_CONDITIONAL(HAVE_LIBVALA_0_26_X, test "$have_libvala_0_26_x" = "yes")
@@ -114,6 +117,7 @@ src/driver/0.20.x/Makefile
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/doclets/Makefile
src/doclets/html/Makefile
src/doclets/devhelp/Makefile