]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: cleanup win32 library detection
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 9 Jun 2025 10:58:54 +0000 (12:58 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Jun 2025 07:54:51 +0000 (09:54 +0200)
commit9a02932b059613f7c4bea273677811561a9237ff
tree178807ded01ef049fbcaedffacb259678aa42662
parenta6f02277595136832c9e9bcaf447ab574f7b1128
meson: cleanup win32 library detection

As pointed out by Akihiko Odaki, all Win32 libraries in MinGW have lowercase
names.  This means that on (case-insensitive) Windows you can use the mixed-case
names suggested by Microsoft or all-lowercase names, while on Linux you need to
make them lowercase.

QEMU was already using lowercase names, so there is no need to test the
mixed-case name version of libSynchronization.  Remove the unnecessary test
and while at it make all the tests use "required: true".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build