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
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
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 +++
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 +++