summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2015-10-06 23:06:20 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-10-06 23:06:23 +0200
commit097e1f6c511e5354f62085cf3d996a411fc2de19 (patch)
tree0685e8614345be9acb289d44fb1c3b9e2264de1f
parent9c77a78af2ef85f3fcdce21b42d89566a9f7ee17 (diff)
downloadvirt-viewer-097e1f6c511e5354f62085cf3d996a411fc2de19.tar.gz
virt-viewer-097e1f6c511e5354f62085cf3d996a411fc2de19.tar.xz
virt-viewer-097e1f6c511e5354f62085cf3d996a411fc2de19.zip
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.
-rw-r--r--data/virt-viewer.wxs.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/virt-viewer.wxs.in b/data/virt-viewer.wxs.in
index 48ef4ca..2ed3b93 100644
--- a/data/virt-viewer.wxs.in
+++ b/data/virt-viewer.wxs.in
@@ -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"/>