From d2d29737b8c93e5621fe1b0c86f46d2c2fdbdbed Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 23 Jul 2012 15:54:10 +0100 Subject: Add morphology to disable OSS --- libcanberra.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libcanberra.morph diff --git a/libcanberra.morph b/libcanberra.morph new file mode 100644 index 0000000..b544833 --- /dev/null +++ b/libcanberra.morph @@ -0,0 +1,9 @@ +{ + "name": "libcanberra", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "./autogen.sh", + "./configure --prefix=\"$PREFIX\" --disable-oss" + ] +} -- cgit v1.2.1