#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dloaders=all \
		-Dsavers=all \
		-Dengines="gl, sw" \
		-Dbindings=capi \
		-Dtools=all
