* [Buildroot] [PATCH 1/1] package/libinput/libinput.mk: fix libx11 dependency typo
@ 2021-10-25 22:07 Adam Duskett
2021-10-25 22:14 ` Peter Seiderer
2021-11-05 16:20 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Adam Duskett @ 2021-10-25 22:07 UTC (permalink / raw)
To: buildroot; +Cc: Yann E . MORIN, Adam Duskett
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
--
2.32.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libinput/libinput.mk: fix libx11 dependency typo
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
2021-11-05 16:20 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2021-10-25 22:14 UTC (permalink / raw)
To: Adam Duskett; +Cc: Yann E . MORIN, buildroot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libinput/libinput.mk: fix libx11 dependency typo
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
@ 2021-11-05 16:20 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-11-05 16:20 UTC (permalink / raw)
To: Adam Duskett; +Cc: Yann E . MORIN, buildroot
>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:
> libx11 -> xlib_libX11
> Signed-off-by: Adam Duskett <aduskett@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-05 16:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2021-11-05 16:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox