#!/usr/bin/make -f # Disable Alsa on non-Linux architectures ifneq (,$(findstring $(DEB_HOST_ARCH_OS), kfreebsd hurd)) DEB_CONFIGURE_ALSA = --disable-alsa else DEB_CONFIGURE_ALSA = --enable-alsa endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- --with-Qt-dir=/usr/share/qt3 $(DEB_CONFIGURE_ALSA)