Codebase list virt-viewer / 4032872d-f354-4f5c-b7c8-111f5e2cbfac/main debian / rules
4032872d-f354-4f5c-b7c8-111f5e2cbfac/main

Tree @4032872d-f354-4f5c-b7c8-111f5e2cbfac/main (Download .tar.gz)

rules @4032872d-f354-4f5c-b7c8-111f5e2cbfac/main

bfc7494
8d80c6d
145a952
20493e3
 
508a44f
20493e3
ad642d7
ff900a3
 
 
 
 
 
 
 
508a44f
#!/usr/bin/make -f

DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mimedb --with-gtk=3.0 --with-ovirt
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
    DEB_CONFIGURE_EXTRA_FLAGS += --with-spice-gtk
    HAVE_SPICE := 1
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)

override_dh_auto_clean:
	[ ! -f Makefile ] || dh_auto_clean