diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-05-29 23:10:19 +0200 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-05-29 23:10:19 +0200 |
commit | 2509bbc9a890d790d6686282476726fbc6167c21 (patch) | |
tree | 2db5c8c011895d150203ca0ee5c44d1d39261749 /.config/ao | |
parent | 9c846e5bcd4910d744d41a728c08412d5b942ef8 (diff) | |
download | dotfiles-2509bbc9a890d790d6686282476726fbc6167c21.tar.gz dotfiles-2509bbc9a890d790d6686282476726fbc6167c21.tar.bz2 dotfiles-2509bbc9a890d790d6686282476726fbc6167c21.zip |
change libao cfg path to .config/ao/libao.conf
compile-time changes are required in order to solve this.
in /etc/portage/bashrc CFLAGS should be expanded with a
AO_USER_CONFIG string if current emerge is libao
Diffstat (limited to '.config/ao')
-rw-r--r-- | .config/ao/libao.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/ao/libao.conf b/.config/ao/libao.conf new file mode 100644 index 0000000..1f576ee --- /dev/null +++ b/.config/ao/libao.conf @@ -0,0 +1,10 @@ +# /etc/portage/bashrc needs following lines +# to let libao include this config from the right path +# +# case "$CATEGORY/$PN" in +# media-libs/libao) +# CFLAGS="$CFLAGS -DAO_USER_CONFIG=\\\"/.config/ao/libao.conf\\\"" +# ;; +# esac + +default_driver=alsa |