summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-25 10:32:18 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-03-04 12:43:49 +0000
commitd8b91eecd06b90cb2daf29f78b019738f8bccee4 (patch)
tree8f6aa3716b86de248f0fa215e8ce0c9c2c0414b0
parentba80d8424332d4e02a3c0f57ec726dd5a6b19ae8 (diff)
downloadgobject-introspection-d8b91eecd06b90cb2daf29f78b019738f8bccee4.tar.gz
gir: add morph
--disable-tests is needed, otherwise configure fails because cairo is needed for the tests and it is a gratuitous dependency
-rw-r--r--gobject-introspection.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/gobject-introspection.morph b/gobject-introspection.morph
new file mode 100644
index 00000000..c3c2ba4b
--- /dev/null
+++ b/gobject-introspection.morph
@@ -0,0 +1,8 @@
+{
+ "name": "gobject-introspection",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "sh autogen.sh --disable-tests"
+ ]
+}