diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-03-25 21:01:24 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-03-25 21:01:24 +0100 |
commit | d3d4a78f318fc98b34753110eb8e6210f34405ef (patch) | |
tree | 40285bfd1d8af52da6f9e3178c6b3397a227bb7e /configure.ac | |
parent | 4fa1964b05c54974ea836e8359c629e06e735424 (diff) | |
download | vala-d3d4a78f318fc98b34753110eb8e6210f34405ef.tar.gz |
driver: Add support for vala-0.26
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0f30d25a9..88e830926 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_26_X, libvala-0.26 > 0.23.1, 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") + PKG_CHECK_MODULES(LIBVALA_0_24_X, libvala-0.24 > 0.23.1, have_libvala_0_24_x="yes", have_libvala_0_24_x="no") AM_CONDITIONAL(HAVE_LIBVALA_0_24_X, test "$have_libvala_0_24_x" = "yes") @@ -113,6 +116,7 @@ src/driver/0.18.x/Makefile 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/doclets/Makefile src/doclets/html/Makefile src/doclets/devhelp/Makefile |