summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 17:00:03 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 17:00:03 +0100
commitd401cbbde8fe6d52096cb4930630fe6b91c7f149 (patch)
tree79686f8675f910b78d2bddf78b5d81d5e2fa06b1
parentd8325877d3ec9254a8835cf11ebfc5243ab384ae (diff)
downloadcaribou-baserock/morph.tar.gz
Add morphologybaserock/morph
Need to explicitly disable gtk2 module
-rw-r--r--caribou.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/caribou.morph b/caribou.morph
new file mode 100644
index 0000000..30883c7
--- /dev/null
+++ b/caribou.morph
@@ -0,0 +1,9 @@
+{
+ "name": "caribou",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --disable-gtk2-module"
+ ]
+}