diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-21 00:25:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-21 00:25:13 +0000 |
commit | 74c0cba10426a05817cb0b9386e19234ab9d0e9c (patch) | |
tree | 4c21343fe8b869536f77b631b81e7c7a4c76bcf8 /profiles | |
parent | Add masked ebuild of alsa-lib with extra useflags. Experimental. (diff) | |
download | gentoo-2-74c0cba10426a05817cb0b9386e19234ab9d0e9c.tar.gz gentoo-2-74c0cba10426a05817cb0b9386e19234ab9d0e9c.tar.bz2 gentoo-2-74c0cba10426a05817cb0b9386e19234ab9d0e9c.zip |
Add ALSA_PCM_PLUGINS to make.defaults.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index e15190a73e8c..9d0e9d3fe624 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.29 2006/12/20 23:33:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.30 2006/12/21 00:25:13 flameeyes Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -24,3 +24,7 @@ ELIBC="glibc" KERNEL="linux" USERLAND="GNU" INPUT_DEVICES="keyboard mouse" + +# Diego Pettenò <flameeyes@gentoo.org (21 Dec 2006) +# Build everything for the average user +ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" |