diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 11:03:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 11:03:14 +0200 |
commit | 0d0de2faea9a69ee4c439c136509c9e2c1ba5c20 (patch) | |
tree | afadd1460fdaaede526522ee3f11ce490be5622b /package/libvirt/Makefile | |
parent | bb3d7106df14f286e070d69aa3d709b4abf80be1 (diff) |
add required deps
Diffstat (limited to 'package/libvirt/Makefile')
-rw-r--r-- | package/libvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index df516c250..138f4c13b 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= 596bafb53bb6c079a0703f1726cb2305 PKG_DESCR:= virtualization API PKG_SECTION:= libs PKG_DEPENDS:= libxml2 libgnutls python2 libpcap -PKG_BUILDDEP:= libxml2 gnutls python2 libpcap +PKG_BUILDDEP:= libxml2 gnutls python2 libpcap parted udev PKG_URL:= http://www.libvirt.org/ PKG_SITES:= ftp://libvirt.org/libvirt/ |