Re: [PATCH] meson: fix SDL2_image detection

2020-08-30 Thread Paolo Bonzini
On 29/08/20 12:41, Volker RĂ¼melin wrote: > Configure used to probe for SDL2_image in sdl_image_probe (). Meson > should do the same. > > This fixes the following error on my system: > > Run-time dependency sdl2 found: YES 2.0.8 > Found CMake: /usr/bin/cmake (3.17.0) > Run-time dependency sdl-imag

[PATCH] meson: fix SDL2_image detection

2020-08-29 Thread Volker RĂ¼melin
Configure used to probe for SDL2_image in sdl_image_probe (). Meson should do the same. This fixes the following error on my system: Run-time dependency sdl2 found: YES 2.0.8 Found CMake: /usr/bin/cmake (3.17.0) Run-time dependency sdl-image found: NO (tried pkgconfig and cmake) ../qemu-master/m