[Buildroot] [PATCH 1/1] package/libinput/libinput.mk: fix libx11 dependency typo

Peter Seiderer ps.report at gmx.net
Mon Oct 25 22:14:31 UTC 2021


Hello Adam,

On Mon, 25 Oct 2021 15:07:32 -0700, Adam Duskett <aduskett at gmail.com> wrote:

> libx11 -> xlib_libX11
>
> Signed-off-by: Adam Duskett <aduskett at gmail.com>
> ---
>  package/libinput/libinput.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk
> index 0c232994df..54790498c2 100644
> --- a/package/libinput/libinput.mk
> +++ b/package/libinput/libinput.mk
> @@ -24,7 +24,7 @@ ifeq ($(BR2_PACKAGE_WAYLAND_PROTOCOLS),y)
>  LIBINPUT_DEPENDENCIES += wayland-protocols
>  endif
>  ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
> -LIBINPUT_DEPENDENCIES += libx11
> +LIBINPUT_DEPENDENCIES += xlib_libX11
>  endif
>  else
>  LIBINPUT_CONF_OPTS += -Ddebug-gui=false

Reviewed-by: Peter Seiderer <ps.report at gmx.net>

Regards,
Peter



More information about the buildroot mailing list