diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-05 09:45:39 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:09 -0400 |
commit | 3f99cf5710d77ce218116d1b6bb9682c466bbde1 (patch) | |
tree | b03f11959ec3ad2d2e206965c02c16d7f7e2d9a6 /configure | |
parent | 931049b46cb58a499a36d8a1d0ac3f7b334e0876 (diff) |
tools/virtiofsd: convert to Meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7047,6 +7047,7 @@ if test "$gprof" = "yes" ; then fi if test "$cap_ng" = "yes" ; then echo "CONFIG_LIBCAP_NG=y" >> $config_host_mak + echo "LIBCAP_NG_LIBS=$cap_libs" >> $config_host_mak fi echo "CONFIG_AUDIO_DRIVERS=$audio_drv_list" >> $config_host_mak for drv in $audio_drv_list; do |