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', required: get_option('sdl'),
> >> + method: 'pkg-config',
> > code and commit message mismatch here.
>
> That's docs/devel/build-system.rst,
Oops, missed that, sorry.
> I wanted to keep the "method" so
> that people can cut-and-paste correctly.
>
> Would you prefer if I switched from sdl2 to something else (for example
> pixman which has a "version" keyword argument as well)?
Sounds like a good idea to me.
take care,
Gerd