#!/usr/bin/make -f

# Disable DGA support, it's been on the way out for a while already:
override_dh_auto_configure:
	dh_auto_configure -- \
		--libdir=\$${exec_prefix}/lib \
		--disable-dga

# That's a plugin, use appropriate warning level:
override_dh_shlibdeps:
	dh_shlibdeps -- --warnings=6

%:
	dh $@ --with autoreconf,quilt,xsf --builddirectory=build/
