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
We do not need to ask cmake for the dependencies, so just use the
pkg-config mechanism. Keep "auto" for SDL so that it tries using
sdl-config too.
Signed-off-by: Paolo Bonzini
---
docs/devel/build-system.rst | 6 +++---
meson.build | 8
2 files changed, 7 insertions(+),