summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2013-04-10 17:32:26 +0100
committerP. F. Chimento <philip.chimento@gmail.com>2013-04-17 17:15:52 +0200
commit733dbac3f86b8c7393c9e8a127f4cc09e905785d (patch)
treeef1f1986638f4cd838f1a3f7f4914709c2f33ec0 /configure.ac
parent6347c78610a7197e1d0cedd1a4a2136a595b5a67 (diff)
Enable GObject introspection
After running 'make install', run test/smoke-tests/introspection.js (and its Python counterpart) to test whether the GIR has been installed correctly. [#1]
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b527bc8..08f32f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,6 +138,8 @@ AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18.1])
# Gtk-doc; 0.18 required for Markdown parsing
GTK_DOC_CHECK([1.18], [--flavour no-tmpl])
+# GObject Introspection
+GOBJECT_INTROSPECTION_REQUIRE([1.30])
# Required libraries
# ------------------