From 85b7134ed16cadb2b4b2f21bca94f38eb81d4412 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 13 Sep 2014 21:17:05 +0200 Subject: build: Make it possible to disable introspection Signed-off-by: Jens Georg --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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} -- cgit v1.2.1