Codebase list virt-viewer / 145a952
Enable ovirt support Closes: #822433 Guido Günther 7 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 debhelper (>= 9~),
77 autotools-dev,
88 libvirt-dev (>= 0.10),
9 libgovirt-dev,
910 libgtk-vnc-2.0-dev,
1011 libspice-client-gtk-3.0-dev (>= 0.17) [i386 amd64],
1112 libxml2-dev,
00 #!/usr/bin/make -f
11
2 DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mimedb --with-gtk=3.0
2 DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mimedb --with-gtk=3.0 --with-ovirt
33 ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
44 DEB_CONFIGURE_EXTRA_FLAGS += --with-spice-gtk
55 HAVE_SPICE := 1