summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2014-09-13 21:17:05 +0200
committerJens Georg <mail@jensge.org>2014-09-13 21:26:55 +0200
commit85b7134ed16cadb2b4b2f21bca94f38eb81d4412 (patch)
tree2488d7307a0c3752145b45aa11f054a961bbc592 /configure.ac
parentf278cc5216f3b4f30b1cb8fb0d77f11d6c915264 (diff)
downloadrygel-85b7134ed16cadb2b4b2f21bca94f38eb81d4412.tar.gz
build: Make it possible to disable introspection
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 36b14348..324dd564 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ LT_INIT([dlopen disable-static])
AC_SYS_LARGEFILE
-GOBJECT_INTROSPECTION_REQUIRE([1.33.4])
+GOBJECT_INTROSPECTION_CHECK([1.33.4])
dnl Required versions of library packages
dnl Not all of these are actually used, depending on the configure options.
@@ -484,6 +484,8 @@ echo "
preferences ui: ${HAVE_GTK}
Media Engine: ${with_media_engine}
API documentation: ${found_valadoc}
+ GObject-Introspection: ${found_introspection}
+
Plugins:
examples: ${enable_example_plugins}
tracker: ${enable_tracker_plugin}