Message ID | 20171031135203.11537-4-wei.liu2@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 7718cff..80bfb30 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -221,6 +221,10 @@ sub prep () { # jessie (>jessie?) push(@packages, "libnl-route-3-dev"); } + if ($ho->{Suite} !~ m/squeeze|wheezy|jessie/) { + push(@packages, qw(texinfo autopoint libpciaccess-dev)); + } + target_install_packages($ho, @packages); target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates"); # workaround for Debian #595728
Stubdom build needs texinfo. Libvirt build needs autopoint. QEMU build needs libpciaccess-dev. Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- ts-xen-build-prep | 4 ++++ 1 file changed, 4 insertions(+)