#!/usr/bin/make -f

%:
	dh $@ --with gir

override_dh_auto_configure:
	dh_auto_configure -- \
                --enable-smartcard=yes --with-gtk=3.0 --disable-static \
                --enable-introspection --enable-vala --disable-celt051 \
                --enable-usbredir=yes --enable-polkit=yes --enable-dbus=yes \
                --enable-lz4=yes --enable-python-checks --enable-gtk-doc \
                --with-usb-acl-helper-dir=/usr/lib/spice-gtk \
                --with-usb-ids-path=/usr/share/misc/usb.ids
