Codebase list virt-viewer / b348617
Disable libvirt-glib on architectures where it's not built Jeremy Bicha 1 year, 9 months ago
2 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1111 libgtk-vnc-2.0-dev,
1212 libgtk-3-dev (>= 3.18),
1313 libspice-client-gtk-3.0-dev (>= 0.35) [linux-any],
14 libvirt-glib-1.0-dev (>= 0.1.8),
14 libvirt-glib-1.0-dev (>= 0.1.8) [!alpha !hurd-i386 !ia64 !kfreebsd-i386 !kfreebsd-amd64 !m68k !sh4],
1515 libvte-2.91-dev (>= 0.46.0),
1616 libxml2-dev,
1717 meson (>= 0.54.0)
00 #!/usr/bin/make -f
11
22 DEB_CONFIGURE_EXTRA_FLAGS := -Dauto_features=enabled
3 ifneq (,$(findstring $(DEB_HOST_ARCH), sparc64))
3
4 ifneq (,$(filter $(DEB_HOST_ARCH), hurd-i386 kfreebsd-i386 kfreebsd-amd64 sparc64))
45 DEB_CONFIGURE_EXTRA_FLAGS += -Dspice=disabled
6 endif
7 # libvirt-glib isn't currently built on these architectures
8 ifneq (,$(filter $(DEB_HOST_ARCH), alpha hurd-i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k sh4))
9 DEB_CONFIGURE_EXTRA_FLAGS += -Dlibvirt=disabled
510 endif
611
712 %: