search for: vde_lib

Displaying 1 result from an estimated 1 matches for "vde_lib".

Did you mean: vde_libs
2011 Jul 23
1
Bug#635166: Please enable audio support in xen-qemu
...io support, but since this is packaged in 4.1, audio support is gone. What I did for squeeze, is: --- a/configure 2010-03-23 17:08:39.000000000 +0800 +++ b/configure 2010-03-23 17:09:30.000000000 +0800 @@ -1382,6 +1382,9 @@ 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 Then: $(STAMPS_DIR)/setup: $(STAMPS_DIR)/source cd $(BUILD_DIR); ./xen-setup \ --audio-drv-list="pa oss alsa sdl es...