From 2509bbc9a890d790d6686282476726fbc6167c21 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 29 May 2010 23:10:19 +0200 Subject: 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 --- .config/ao/libao.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/ao/libao.conf (limited to '.config/ao/libao.conf') 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 -- cgit