On 9/6/21 5:39 PM, Thomas Huth wrote: > When running "./configure --static --disable-system" there is currently > a warning if the static version of libpng is missing: > > WARNING: Static library 'png16' not found for dependency 'libpng', may not > be statically linked > > Since it does not make sense to look for the VNC-related libraries at all > when we're building without system emulator binaries, let's add a check > for have_system here to silence this warning. > > Signed-off-by: Thomas Huth <[email protected]> > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
