From: Peter Seiderer <ps.report@gmx.net>
To: Adam Duskett <aduskett@gmail.com>
Cc: "Yann E . MORIN" <yann.morin.1998@free.fr>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libinput/libinput.mk: fix libx11 dependency typo
Date: Tue, 26 Oct 2021 00:14:31 +0200 [thread overview]
Message-ID: <20211026001431.7aef522a@gmx.net> (raw)
In-Reply-To: <20211025220732.2795545-1-aduskett@gmail.com>
Hello Adam,
On Mon, 25 Oct 2021 15:07:32 -0700, Adam Duskett <aduskett@gmail.com> wrote:
> libx11 -> xlib_libX11
>
> Signed-off-by: Adam Duskett <aduskett@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@gmx.net>
Regards,
Peter
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2021-10-25 22:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-25 22:07 [Buildroot] [PATCH 1/1] package/libinput/libinput.mk: fix libx11 dependency typo Adam Duskett
2021-10-25 22:14 ` Peter Seiderer [this message]
2021-11-05 16:20 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211026001431.7aef522a@gmx.net \
--to=ps.report@gmx.net \
--cc=aduskett@gmail.com \
--cc=buildroot@buildroot.org \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.