depends  libxml2  &&
depends  libvirt  &&

if  [[  "x${VIRT_VIEWER_GUI}" == "xgtk-vnc"  ]];  then
  depends  ${VIRT_VIEWER_GUI}  '--without-spice-vnc'
else
  depends  ${VIRT_VIEWER_GUI}  '--without-gtk-vnc'
fi
