From: David Scott Date: Mon, 26 Oct 2009 16:32:15 +0000 (+0000) Subject: [refactoring] make the dependencies to mmap and uuid explicit X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bae97302739b602b04546a3d391e53afbc6e6668;p=xcp%2Fxen-api-libs.git [refactoring] make the dependencies to mmap and uuid explicit Signed-off-by: Thomas Gazagnaire --- diff --git a/xb/META.in b/xb/META.in index c041010..1f3ca38 100644 --- a/xb/META.in +++ b/xb/META.in @@ -1,4 +1,5 @@ version = "@VERSION@" description = "XenBus Interface" +requires = "unix,mmap" archive(byte) = "xb.cma" archive(native) = "xb.cmxa"