[Pkg-alsa-devel] debian/rules change
brian at bcole.org
brian at bcole.org
Thu May 3 20:03:59 UTC 2007
I don't know about how to go about this but when compiling alsa from
source today I modified debian/rules and /etc/alsa/source.conf to remove
oss support from alsa. Others may want to be able to easily do this. I am
not a developer so I do not know the correct protocol to submit changes
through cvs or svn or whatever is used but what i did was jsut added this
to debian/rules right under the other config options
#change
ifeq ($(ALSA_NOOSS),"y")
CONFIGURE_OPT += --with-oss=no \
--with-pcm-oss-plugins=no
else
CONFIGURE_OPT += --with-oss=yes \
--with-pcm-oss-plugins=yes
endif
#end change
and then added the appropriate option in /etc/alsa/source.conf
More information about the Pkg-alsa-devel
mailing list