From 79e447cca6ea9c5d90f165041ff3713d160e541d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 23 Jul 2012 14:29:47 +0100 Subject: Add morphology to disable parallel build --- libxklavier.morph | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libxklavier.morph diff --git a/libxklavier.morph b/libxklavier.morph new file mode 100644 index 0000000..8637826 --- /dev/null +++ b/libxklavier.morph @@ -0,0 +1,6 @@ +{ + "name": "libxklavier", + "kind": "chunk", + "build-system": "autotools", + "max-jobs": 1 +} -- cgit v1.2.1