diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-04 16:09:05 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:43 -0400 |
commit | ffac93df19d33387645376c32a4a789d204e6fcd (patch) | |
tree | 225bbdce612c52b294c86d5fdb77854c1c386fbf /configure | |
parent | 859aef026e51a4959d1ab535f0b7a00d63ed32ba (diff) | |
download | qemu-ffac93df19d33387645376c32a4a789d204e6fcd.zip qemu-ffac93df19d33387645376c32a4a789d204e6fcd.tar.gz qemu-ffac93df19d33387645376c32a4a789d204e6fcd.tar.bz2 |
meson: convert sample plugins
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6881,9 +6881,6 @@ echo "GIT_UPDATE=$git_update" >> $config_host_mak echo "ARCH=$ARCH" >> $config_host_mak -echo "GLIB_CFLAGS=$glib_cflags" >> $config_host_mak -echo "GLIB_LDFLAGS=$glib_ldflags" >> $config_host_mak - if test "$default_devices" = "yes" ; then echo "CONFIG_MINIKCONF_MODE=--defconfig" >> $config_host_mak else @@ -8328,7 +8325,6 @@ DIRS="$DIRS roms/seabios" LINKS="Makefile" LINKS="$LINKS tests/tcg/lm32/Makefile po/Makefile" LINKS="$LINKS tests/tcg/Makefile.target" -LINKS="$LINKS tests/plugin/Makefile" LINKS="$LINKS pc-bios/optionrom/Makefile pc-bios/keymaps" LINKS="$LINKS pc-bios/s390-ccw/Makefile" LINKS="$LINKS roms/seabios/Makefile" |