]> xenbits.xensource.com Git - libvirt.git/commitdiff
Move XenAPI driver to correct spec file section
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 16 Jun 2011 11:46:38 +0000 (13:46 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 20 Jun 2011 08:23:55 +0000 (10:23 +0200)
The XenAPI driver works like the ESX and PHyp driver by using its
own HTTPS based remote protocol.

libvirt.spec.in

index 97ebd659a1bb2acc56001759da62984173600dea..75b145a314bd0a35feef5440065ba999a2ea8f89 100644 (file)
 %define with_lxc           0%{!?_without_lxc:%{server_drivers}}
 %define with_vbox          0%{!?_without_vbox:%{server_drivers}}
 %define with_uml           0%{!?_without_uml:%{server_drivers}}
-%define with_xenapi        0%{!?_without_xenapi:%{server_drivers}}
 %define with_libxl         0%{!?_without_libxl:%{server_drivers}}
 %define with_vmware        0%{!?_without_vmware:%{server_drivers}}
 
 # Then the hypervisor drivers that talk a native remote protocol
 %define with_phyp          0%{!?_without_phyp:1}
 %define with_esx           0%{!?_without_esx:1}
+%define with_xenapi        0%{!?_without_xenapi:1}
 
 # Then the secondary host drivers
 %define with_network       0%{!?_without_network:%{server_drivers}}