make.conf: Added ALSA_PCM_PLUGINS="*" (even though the default kernel

config does not compile alsa)
This commit is contained in:
Albert Hopkins 2010-11-10 14:44:05 -05:00
parent 63b8411f17
commit e36ca3057b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ CXXFLAGS="-Os -pipe"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j2"
USE="-* nptl pam unicode"
ALSA_PCM_PLUGINS="*"
CLEAN_DELAY="0"
AUTO_CLEAN="yes"
EPAUSE_IGNORE="1"