summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-25 10:32:18 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-27 22:25:53 +0000
commitebe143d47fe8177d676a6bb19d3ab3adbb741e52 (patch)
treecae5ea43fc5c7141487bf5187ff9713fa79993ad
parent89e84d06dffbc732bac26a105244b7270c42e3ec (diff)
downloadgobject-introspection-ebe143d47fe8177d676a6bb19d3ab3adbb741e52.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"
+ ]
+}