From 42b2bba3de1bfac56ccc019dc56c3819fd8d6185 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Sat, 18 May 2013 23:50:56 +0000 Subject: Add lzo as a dependency to btrfs-progs This also will require to move lzo from tools to foundation. --- foundation.morph | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'foundation.morph') diff --git a/foundation.morph b/foundation.morph index 39e366d1..0e2a803b 100644 --- a/foundation.morph +++ b/foundation.morph @@ -99,12 +99,19 @@ "usbutils" ] }, + { + "name": "lzo", + "repo": "upstream:lzo", + "ref": "baserock/morph", + "build-depends": [] + }, { "name": "btrfs-progs", "repo": "upstream:btrfs-progs", "ref": "baserock/morph", "build-depends": [ - "attr" + "attr", + "lzo" ] }, { -- cgit v1.2.1