Codebase list virt-viewer / 20493e3
Spice is only available on i386 and amd64 so don't try to use it on other architectures Guido Günther 10 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 autotools-dev,
88 libvirt-dev (>= 0.10),
99 libgtk-vnc-2.0-dev,
10 libspice-client-gtk-3.0-dev (>= 0.17),
10 libspice-client-gtk-3.0-dev (>= 0.17) [i386 amd64],
1111 libxml2-dev,
1212 libgtk-3-dev,
1313 autotools-dev,
00 #!/usr/bin/make -f
11
2 DEB_CONFIGURE_EXTRA_FLAGS := --with-gtk=3.0 --with-spice-gtk
2 DEB_CONFIGURE_EXTRA_FLAGS := --with-gtk=3.0
3 ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
4 DEB_CONFIGURE_EXTRA_FLAGS += --with-spice-gtk
5 endif
36
47 %:
58 dh $@