From ebe143d47fe8177d676a6bb19d3ab3adbb741e52 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 25 Apr 2012 10:32:18 +0000 Subject: gir: add morph --disable-tests is needed, otherwise configure fails because cairo is needed for the tests and it is a gratuitous dependency --- gobject-introspection.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gobject-introspection.morph 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" + ] +} -- cgit v1.2.1