On Mon, Aug 31, 2020 at 02:15:23PM +0200, Paolo Bonzini wrote:
> On 31/08/20 13:06, Gerd Hoffmann wrote:
> >
> >> Keep "auto" for SDL so that it tries using
> >> sdl-config too.
> >> - sdl = dependency('sdl2',
> >> - required: get_option('sdl'),
> >> + sdl = dependency('sdl2',
On 31/08/20 13:06, Gerd Hoffmann wrote:
>
>> Keep "auto" for SDL so that it tries using
>> sdl-config too.
>> - sdl = dependency('sdl2',
>> - required: get_option('sdl'),
>> + sdl = dependency('sdl2', required: get_option('sdl'),
>> + method: 'pkg-config',
> c
Hi,
> Keep "auto" for SDL so that it tries using
> sdl-config too.
> - sdl = dependency('sdl2',
> - required: get_option('sdl'),
> + sdl = dependency('sdl2', required: get_option('sdl'),
> + method: 'pkg-config',
code and commit message mismatch here.
tak