From d401cbbde8fe6d52096cb4930630fe6b91c7f149 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 23 Jul 2012 17:00:03 +0100 Subject: Add morphology Need to explicitly disable gtk2 module --- caribou.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 caribou.morph 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" + ] +} -- cgit v1.2.1