summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-21 00:25:13 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-21 00:25:13 +0000
commit0eb7276acdd6ef5faf24b72cbdb3f8a401a768c2 (patch)
tree31719665001b83e93fceaf69fb6422bb6a19bbdd /profiles
parentAdd masked ebuild of alsa-lib with extra useflags. Experimental. (diff)
downloadhistorical-0eb7276acdd6ef5faf24b72cbdb3f8a401a768c2.tar.gz
historical-0eb7276acdd6ef5faf24b72cbdb3f8a401a768c2.tar.bz2
historical-0eb7276acdd6ef5faf24b72cbdb3f8a401a768c2.zip
Add ALSA_PCM_PLUGINS to make.defaults.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults6
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"