[PULL 11/18] meson: Add U2F key to meson

2020-08-31 Thread Gerd Hoffmann
From: César Belley Signed-off-by: César Belley Message-id: 20200826114209.28821-8-cesar.bel...@lse.epita.fr [ fixes suggested by paolo ] Signed-off-by: Gerd Hoffmann --- configure | 8 +++- meson_options.txt | 1 + hw/usb/Kconfig | 5 + hw/usb/meson.build | 7 +++ m

Re: [PULL 11/18] meson: Add U2F key to meson

2020-08-28 Thread Paolo Bonzini
Il ven 28 ago 2020, 10:08 Gerd Hoffmann ha scritto: > > +u2f = dependency('u2f-emu', required: get_option('u2f'), static: > enable_static, > + include_type: 'system') > +if u2f.found() > + u2f = declare_dependency(dependencies: u2f) > +endif > Better: u2f = not_found if have_sy

[PULL 11/18] meson: Add U2F key to meson

2020-08-28 Thread Gerd Hoffmann
From: César Belley Signed-off-by: César Belley Message-id: 20200826114209.28821-8-cesar.bel...@lse.epita.fr Signed-off-by: Gerd Hoffmann --- configure | 8 +++- meson_options.txt | 1 + hw/usb/Kconfig | 5 + hw/usb/meson.build | 7 +++ meson.build| 7 +++

[PULL 11/18] meson: Add U2F key to meson

2020-08-26 Thread Gerd Hoffmann
From: César Belley Signed-off-by: César Belley Message-id: 20200826114209.28821-8-cesar.bel...@lse.epita.fr Signed-off-by: Gerd Hoffmann --- configure | 8 +++- meson_options.txt | 1 + hw/usb/Kconfig | 5 + hw/usb/meson.build | 7 +++ meson.build| 7 +++