Queued, thanks.

Paolo

Il lun 24 ago 2020, 17:52 Bruce Rogers <brog...@suse.com> ha scritto:

> Somehow in the conversion to meson, the module named chardev-baum got
> renamed to chardev-brlapi. Change it back.
>
> Signed-off-by: Bruce Rogers <brog...@suse.com>
> ---
>  chardev/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/chardev/meson.build b/chardev/meson.build
> index a46a6237be..7726837e34 100644
> --- a/chardev/meson.build
> +++ b/chardev/meson.build
> @@ -39,7 +39,7 @@ chardev_modules = {}
>  if config_host.has_key('CONFIG_BRLAPI') and sdl.found()
>    module_ss = ss.source_set()
>    module_ss.add(when: [sdl, brlapi], if_true: files('baum.c'))
> -  chardev_modules += { 'brlapi': module_ss }
> +  chardev_modules += { 'baum': module_ss }
>  endif
>
>  modules += { 'chardev': chardev_modules }
> --
> 2.28.0
>
>

Reply via email to