All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 1/1] package/wlroots: check for BR2_PACKAGE_SEATD
@ 2021-05-27 13:37 Adrian Perez de Castro
  2021-05-27 15:30 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Perez de Castro @ 2021-05-27 13:37 UTC (permalink / raw)
  To: buildroot

Fix the wlroots packaging by checking for the correct variable to
determine whether seatd is being built.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 package/wlroots/wlroots.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk
index 38ddba743d..0696d037df 100644
--- a/package/wlroots/wlroots.mk
+++ b/package/wlroots/wlroots.mk
@@ -46,7 +46,7 @@ else
 WLROOTS_CONF_OPTS += -Dx11-backend=disabled -Dxwayland=disabled
 endif
 
-ifeq ($(BR2_PACKAGE_SEATD_LIBSEAT),y)
+ifeq ($(BR2_PACKAGE_SEATD),y)
 WLROOTS_CONF_OPTS += -Dlibseat=enabled
 WLROOTS_DEPENDENCIES += seatd
 else
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH next 1/1] package/wlroots: check for BR2_PACKAGE_SEATD
  2021-05-27 13:37 [Buildroot] [PATCH next 1/1] package/wlroots: check for BR2_PACKAGE_SEATD Adrian Perez de Castro
@ 2021-05-27 15:30 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-05-27 15:30 UTC (permalink / raw)
  To: buildroot

Adrian,All,

On 2021-05-27 16:37 +0300, Adrian Perez de Castro spake thusly:
> Fix the wlroots packaging by checking for the correct variable to
> determine whether seatd is being built.
> 
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/wlroots/wlroots.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk
> index 38ddba743d..0696d037df 100644
> --- a/package/wlroots/wlroots.mk
> +++ b/package/wlroots/wlroots.mk
> @@ -46,7 +46,7 @@ else
>  WLROOTS_CONF_OPTS += -Dx11-backend=disabled -Dxwayland=disabled
>  endif
>  
> -ifeq ($(BR2_PACKAGE_SEATD_LIBSEAT),y)
> +ifeq ($(BR2_PACKAGE_SEATD),y)
>  WLROOTS_CONF_OPTS += -Dlibseat=enabled
>  WLROOTS_DEPENDENCIES += seatd
>  else
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-27 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 13:37 [Buildroot] [PATCH next 1/1] package/wlroots: check for BR2_PACKAGE_SEATD Adrian Perez de Castro
2021-05-27 15:30 ` Yann E. MORIN

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.