diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-16 18:48:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-16 18:48:04 +0100 |
commit | 9e50075dcd43334ed7590c7fc808d3cdf723b720 (patch) | |
tree | f29b52ba2e4cad0812dd36b7861835ca0db0f2d6 /package | |
parent | 8b3668c56527d0d8e2efb9eb56136d9d0e1ce043 (diff) |
enable libvirt only for architectures which can be used for kvm
Diffstat (limited to 'package')
-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 93ffba48e..662337ebe 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -15,7 +15,7 @@ PKG_URL:= http://www.libvirt.org/ PKG_SITES:= ftp://libvirt.org/libvirt/ PKG_HOST_DEPENDS:= !freebsd !netbsd !openbsd -PKG_TARGET_DEPENDS:= !foxboard +PKG_TARGET_DEPENDS:= x86 x86_64 include ${TOPDIR}/mk/package.mk |