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



commit 5f3c699e0fb420d29da819c46231354da56c4cd3
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 e1e6012..7b40022 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,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 192dfc4..9600b3f 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]