diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-11 18:03:12 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-11 18:03:12 +0000 |
commit | f6c4026f85fa6ded33a51ec2757abda9f116fd5f (patch) | |
tree | 469d8fbf29de8eb8ce80dfefaaec092c11f737e4 /ocaml/META.in | |
parent | d29e9a552f5823d1d8cb8d4962cb1301bbf60b0e (diff) | |
download | libguestfs-f6c4026f85fa6ded33a51ec2757abda9f116fd5f.tar.gz libguestfs-f6c4026f85fa6ded33a51ec2757abda9f116fd5f.tar.xz libguestfs-f6c4026f85fa6ded33a51ec2757abda9f116fd5f.zip |
build: xml-light is no longer required (thanks Maxim Koltsov).
At some point we removed the last thing that required
xml-light, but were still testing for it at various places
in the build. This removes all traces.
Diffstat (limited to 'ocaml/META.in')
-rw-r--r-- | ocaml/META.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocaml/META.in b/ocaml/META.in index 7d6e52e5..a03fc4c6 100644 --- a/ocaml/META.in +++ b/ocaml/META.in @@ -1,6 +1,6 @@ name="guestfs" version="@PACKAGE_VERSION@" -description="libguestfs and virt-inspector bindings for OCaml" -requires="xml-light,unix" +description="libguestfs bindings for OCaml" +requires="unix" archive(byte)="mlguestfs.cma" archive(native)="mlguestfs.cmxa" |