search for: config_mak

Displaying 2 results from an estimated 2 matches for "config_mak".

2013 Sep 18
5
[PATCH] qemu-traditional: do not strip binaries during make install
Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Matt Wilson <msw@amazon.com> --- Makefile | 2 +- Makefile.target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 37c7066..594f0ef 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ endif install: all $(if $(BUILD_DOCS),install-doc) mkdir -p
2011 Jul 23
1
Bug#635166: Please enable audio support in xen-qemu
...ged 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 esd" \ --audio-card...