diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2012-12-14 09:58:39 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2012-12-14 09:58:39 +1300 |
commit | 6c9a6684a2bd7fb990831175bac8681669e27080 (patch) | |
tree | b6f3e4ed08a7eb78d2b1ed1b76ae286424fed330 /configure.ac | |
parent | 21040fcad5f3a0a808d6a0ac2a9beb4d9e595673 (diff) | |
download | ayatana-ido-6c9a6684a2bd7fb990831175bac8681669e27080.tar.gz ayatana-ido-6c9a6684a2bd7fb990831175bac8681669e27080.tar.bz2 ayatana-ido-6c9a6684a2bd7fb990831175bac8681669e27080.zip |
Add introspection and Vala support to IDO
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 31d1340..1cb4bd4 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,14 @@ AC_SUBST(COVERAGE_CFLAGS) AC_SUBST(COVERAGE_CXXFLAGS) AC_SUBST(COVERAGE_LDFLAGS) +dnl = GObject Introspection =================================================== + +GOBJECT_INTROSPECTION_CHECK([0.6.7]) + +dnl = Vala API Generation ===================================================== + +AC_PATH_PROG([VALA_API_GEN], [vapigen]) + dnl = Google Test Framework =================================================== m4_include([m4/gtest.m4]) @@ -152,6 +160,7 @@ echo " ===============================" echo "" echo " Prefix : ${prefix}" echo " gcov : ${use_gcov}" +echo " introspection: ${enable_introspection}" echo "" echo " Documentation: ${enable_gtk_doc}" echo "" |