summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorOlivier Duchateau <duchateau.olivier@gmail.com>2019-02-15 20:47:43 +0100
committerRomain Bouvier <skunnyk@alteroot.org>2019-06-24 09:56:13 +0200
commit8d4284058bd7acd951f112ac6d3fd42c02eefe7f (patch)
treedaed096405db84394df019ce4279beca311853c5 /configure.ac.in
parentb4bed38222aa0c389b6ded430bcdfade27e77f73 (diff)
downloadxfconf-8d4284058bd7acd951f112ac6d3fd42c02eefe7f.tar.gz
Add support for GObject introspection and vala
- Fix bug #15135
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 51ab2b1..2f95255 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -196,6 +196,12 @@ if test "x$ac_gsettings_backend"; then
AC_SUBST(GIO_MODULE_DIR)
fi
+dnl check for GObject Introspection
+GOBJECT_INTROSPECTION_CHECK([1.30.0])
+
+dnl check for Vala support
+VAPIGEN_CHECK()
+
dnl check for debugging support
XDT_FEATURE_DEBUG([xfconf_default_debug])
dnl gtk-doc is broken
@@ -269,6 +275,8 @@ echo
echo "Build Configuration:"
echo
echo " * GSettings Backend: $ac_gsettings_backend"
+echo " * GObject Introspection: $enable_introspection"
+echo " * Vala support: $enable_vala"
echo
echo " * Debug: $enable_debug"
echo