Codebase list virt-viewer / de700d0
msi: use gtk-vnc conditionally Only include gtk-vnc as dep when it's explicitly done in the configure. Fabiano FidĂȘncio 9 years ago
2 changed file(s) with 17 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3333 HaveSpiceGtk = False
3434 endif
3535
36 if HAVE_GTK_VNC
37 HaveGtkVnc = True
38 else
39 HaveGtkVnc = False
40 endif
41
3642 deps.txt:
3743 $(AM_V_GEN)rpm -qa | grep $(host_os) | sort | unix2dos > $@
3844
5864 -D DESTDIR=$$DESTDIR$(prefix) \
5965 -D GtkVersion=$(GTK_API_VERSION) \
6066 -D HaveSpiceGtk=$(HaveSpiceGtk) \
67 -D HaveGtkVnc=$(HaveGtkVnc) \
6168 -D HaveLibvirt=$(HaveLibvirt) \
6269 -D HaveOVirt=$(HaveOVirt) \
6370 --arch $(WIXL_ARCH) \
1919 <?if $(var.HaveSpiceGtk) = "True"?>
2020 <?require spice-gtk.wxi?>
2121 <?endif?>
22 <?if $(var.HaveGtkVnc) = "True"?>
2223 <?require gtk-vnc.wxi?>
24 <?endif?>
2325 <?else?>
2426 <?if $(var.HaveSpiceGtk) = "True"?>
2527 <?require spice-gtk3.wxi?>
2628 <?endif?>
29 <?if $(var.HaveGtkVnc) = "True"?>
2730 <?require gtk-vnc2.wxi?>
31 <?endif?>
2832 <?require adwaita-icons-needed.wxi?>
2933 <?endif?>
3034 <?if $(var.HaveLibvirt) = "True"?>
130134 <?if $(var.HaveSpiceGtk) = "True"?>
131135 <ComponentGroupRef Id="CG.spice-gtk"/>
132136 <?endif?>
133 <ComponentGroupRef Id="CG.gtk-vnc"/>
137 <?if $(var.HaveGtkVnc) = "True"?>
138 <ComponentGroupRef Id="CG.gtk-vnc"/>
139 <?endif?>
134140 <?else?>
135141 <?if $(var.HaveSpiceGtk) = "True"?>
136142 <ComponentGroupRef Id="CG.spice-gtk3"/>
137143 <?endif?>
138 <ComponentGroupRef Id="CG.gtk-vnc2"/>
144 <?if $(var.HaveGtkVnc) = "True"?>
145 <ComponentGroupRef Id="CG.gtk-vnc2"/>
146 <?endif?>
139147 <ComponentGroupRef Id="CG.adwaita-icons-needed"/>
140148 <?endif?>
141149 <?if $(var.HaveLibvirt) = "True"?>