mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 06:23:42 +00:00
msi: {virt,remote}-viewer depends on libxml2
Currently libxml2 is pulled as an indirect dependency when virt-viewer
is built with support to ovirt or libvirt (pulled by rest or libvirt,
respectively). However, {virt,remote}-viewer itself depends on libxml2
and not having it as an explicit dependency will cause errors on opening
remote-viewer when it is built without support to ovirt/libvirt.
This commit is contained in:
parent
9c77a78af2
commit
097e1f6c51
@ -29,6 +29,7 @@
|
||||
<?if $(var.HaveOVirt) = "True"?>
|
||||
<?require libgovirt.wxi?>
|
||||
<?endif?>
|
||||
<?require libxml2.wxi?>
|
||||
|
||||
<?define UpgradeCode = "5B027138-1A63-49E6-877E-055E5EEC1903"?>
|
||||
<Product Id="*"
|
||||
@ -135,6 +136,7 @@
|
||||
<?if $(var.HaveOVirt) = "True"?>
|
||||
<ComponentGroupRef Id="CG.libgovirt"/>
|
||||
<?endif?>
|
||||
<ComponentGroupRef Id="CG.libxml2"/>
|
||||
<ComponentGroupRef Id="CG.virt-viewer"/>
|
||||
<ComponentRef Id="CDepsFile"/>
|
||||
<ComponentRef Id="CShortcut"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user