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, 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)? Paolo