[tracker/introspection: 1/17] build: Added initial introspection support



commit b9ce519478ac58dbbae9c2d0f8ca1f91b869bf41
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Mar 21 11:57:35 2011 +0000

    build: Added initial introspection support

 Makefile.am  |    1 +
 configure.ac |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b3b5c93..385551b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,6 +81,7 @@ DISTCHECK_CONFIGURE_FLAGS =                            \
 	--enable-unit-tests                            \
 	--enable-functional-tests                      \
 	--enable-gtk-doc                               \
+	--enable-introspection
 	--enable-miner-rss                             \
 	--enable-miner-flickr                          \
 	--disable-miner-evolution                      \
diff --git a/configure.ac b/configure.ac
index f866af2..910dc1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,6 +207,10 @@ NETWORK_MANAGER_REQUIRED=0.8
 # 3.7.0 for WAL
 SQLITE_REQUIRED=3.7.0
 
+# Needed to generate .gir files,
+# see http://live.gnome.org/GnomeGoals/AddGObjectIntrospectionSupport
+GOBJECT_INTROSPECTION_CHECK([0.6.5])
+
 # NOTE: dbus and dbus-glib-1 are only used now for libtracker-client
 # which is deprecated and tracker-writeback which will be refactored
 # shortly to use gdbus. The other place which requires dbus-glib-1 is



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]