diff options
author | Bruce Rogers <brogers@suse.com> | 2020-08-24 09:52:12 -0600 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-27 18:52:30 +0200 |
commit | c7c91a749b33412fe2a0a973799b6c44a3f73613 (patch) | |
tree | d7cbc71c37acab99a7c2d30314d51289a9c9100a /configure | |
parent | 72bfe8ea63f98bbe3e4d709462cc543fb0187d32 (diff) |
meson: Fix meson build with --enable-libdaxctl
The daxctl library needs to be linked against when daxctl is asked for
in configure.
Signed-off-by: Bruce Rogers <brogers@suse.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7467,6 +7467,7 @@ fi if test "$libdaxctl" = "yes" ; then echo "CONFIG_LIBDAXCTL=y" >> $config_host_mak + echo "LIBDAXCTL_LIBS=$libdaxctl_libs" >> $config_host_mak fi if test "$bochs" = "yes" ; then |