#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DENABLE_SDL2=ON -DENABLE_SOUND=ON -SENABLE_FLUIDSYNTH=ON

