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.

take care,
  Gerd


Reply via email to