aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
diff options
context:
space:
mode:
authorJon Ludlam <jonathan.ludlam@eu.citrix.com>2011-10-10 16:38:08 +0100
committerJon Ludlam <jonathan.ludlam@eu.citrix.com>2011-10-10 16:38:08 +0100
commit34d2ddf937a5ff1e2a3143d457c487d050a0fb36 (patch)
tree558942d3af8a8dbd2014bde466948cb4a7dbcc1d /tools/ocaml
parent7ceaa0c7449e841d7ca7db889c3041dc3fedbb3b (diff)
downloadxen-34d2ddf937a5ff1e2a3143d457c487d050a0fb36.tar.gz
xen-34d2ddf937a5ff1e2a3143d457c487d050a0fb36.tar.bz2
xen-34d2ddf937a5ff1e2a3143d457c487d050a0fb36.zip
tools/ocaml: Add a missing dependency to the xenctrl ocaml package
Signed-off-by: Jon Ludlam <jonathan.ludlam@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/ocaml')
-rw-r--r--tools/ocaml/libs/xc/META.in2
1 files changed, 1 insertions, 1 deletions
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"