projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ceaa0c
)
tools/ocaml: Add a missing dependency to the xenctrl ocaml package
author
Jon Ludlam
<jonathan.ludlam@eu.citrix.com>
Mon, 10 Oct 2011 15:38:08 +0000
(16:38 +0100)
committer
Jon Ludlam
<jonathan.ludlam@eu.citrix.com>
Mon, 10 Oct 2011 15:38:08 +0000
(16:38 +0100)
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>
tools/ocaml/libs/xc/META.in
patch
|
blob
|
history
diff --git
a/tools/ocaml/libs/xc/META.in
b/tools/ocaml/libs/xc/META.in
index 298cc4b9675db5cd17e57ec820c2127464bd9aae..20aa1b87cadb995414c25836e78de99b8c716362 100644
(file)
--- 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"