[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-xen-unstable] Enable sound
commit 4ee8bdd513b4d7af0e14434f4c53887779a33eda Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date: Tue Mar 9 17:55:41 2010 +0000 Enable sound This enables sound emulation by fixing the missing feature in configure. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Contributed-by: Christian Motschke <christian@xxxxxxxxxxx> (Trivial 3-line patch supplied without S-o-b from contributor.) --- configure | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 920dd1e..904e019 100755 --- a/configure +++ b/configure @@ -1382,6 +1382,9 @@ if test "$vde" = "yes" ; then echo "#define CONFIG_VDE 1" >> $config_h echo "VDE_LIBS=-lvdeplug" >> $config_mak fi +if ! test -z "$audio_card_list"; then + echo "CONFIG_AUDIO=yes" >> $config_mak +fi for card in $audio_card_list; do def=CONFIG_`echo $card | tr '[:lower:]' '[:upper:]'` echo "$def=yes" >> $config_mak -- generated by git-patchbot for /home/xen/git/qemu-xen-unstable.git _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |