diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-26 18:51:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-27 15:12:13 +0200 |
commit | 340d352bceab1b4240ddb8e7289d4779521a4b6d (patch) | |
tree | 8a91d058273e778cf3895d539c8ef828dec584e4 /package/qemu | |
parent | 8f38a3b63665e67e7c175dc03c5db931969feab6 (diff) |
remove alsa depends from hostbuild
Diffstat (limited to 'package/qemu')
-rw-r--r-- | package/qemu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/qemu/Makefile b/package/qemu/Makefile index bdc9c8c5e..9970c2f3b 100644 --- a/package/qemu/Makefile +++ b/package/qemu/Makefile @@ -63,7 +63,6 @@ CONFIGURE_ARGS+= --host-cc=$(HOST_CC) \ HOST_STYLE:= manual HOST_CONFIGURE_ARGS+= --host-cc=$(HOST_CC) \ --prefix=${STAGING_HOST_DIR}/usr \ - --audio-drv-list=alsa \ --disable-stack-protector \ --disable-pie \ --disable-docs \ |