spec: Disable any -tcg usage for -user builds

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2019-10-18 10:54:16 -04:00
parent 964eff6ae8
commit 918c70b1aa
1 changed files with 2 additions and 0 deletions

View File

@ -1032,6 +1032,7 @@ run_configure_disable_everything() {
--disable-sparse \
--disable-spice \
--disable-system \
--disable-tcg \
--disable-tcmalloc \
--disable-tools \
--disable-tpm \
@ -1090,6 +1091,7 @@ run_configure \
--audio-drv-list=pa,sdl,alsa,oss \
--enable-kvm \
--enable-system \
--enable-tcg \
--enable-linux-user \
--enable-pie \
--enable-modules \