From: Jon Ludlam Date: Mon, 10 Oct 2011 15:38:08 +0000 (+0100) Subject: tools/ocaml: Add a missing dependency to the xenctrl ocaml package X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=34d2ddf937a5ff1e2a3143d457c487d050a0fb36;p=xen.git tools/ocaml: Add a missing dependency to the xenctrl ocaml package Signed-off-by: Jon Ludlam Acked-by: Ian Campbell Committed-by: Ian Jackson --- diff --git a/tools/ocaml/libs/xc/META.in b/tools/ocaml/libs/xc/META.in index 298cc4b967..20aa1b87ca 100644 --- a/tools/ocaml/libs/xc/META.in +++ b/tools/ocaml/libs/xc/META.in @@ -1,5 +1,5 @@ version = "@VERSION@" description = "Xen Control Interface" -requires = "xenmmap,uuid" +requires = "unix,xenmmap,uuid" archive(byte) = "xenctrl.cma" archive(native) = "xenctrl.cmxa"