#!/usr/bin/make -f

%:
	dh $@ -Smeson

override_dh_auto_configure:
	dh_auto_configure -- --wrap-mode=default  \
	-Dlink-static=false

#	exit 1
