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=b562ba2efd63cb02735cfcdb27b36e682907710a;p=xcp%2Fxen-api-libs.git [refactoring] make the dependencies to mmap and uuid explicit Signed-off-by: Thomas Gazagnaire --- diff --git a/xc/META.in b/xc/META.in index e46d7dd..61fe61a 100644 --- a/xc/META.in +++ b/xc/META.in @@ -1,4 +1,5 @@ version = "@VERSION@" description = "Xen Control Interface" +requires = "mmap,uuid" archive(byte) = "xc.cma" archive(native) = "xc.cmxa"