diff mbox series

[1/1] package/weston: remove launcher-libseat meson option

Message ID 20211025084310.4055707-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/weston: remove launcher-libseat meson option | expand

Commit Message

James Hilliard Oct. 25, 2021, 8:43 a.m. UTC
This option only exists in main and is not in a release.

Fixes:
output/build/weston-9.0.0/meson.build:1:0: ERROR: Unknown options: "launcher-libseat"

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/weston/weston.mk | 7 -------
 1 file changed, 7 deletions(-)

Comments

Arnout Vandecappelle Oct. 26, 2021, 7:54 p.m. UTC | #1
On 25/10/2021 10:43, James Hilliard wrote:
> This option only exists in main and is not in a release.

  Adrian, you just added this option, can you comment?

  Regards,
  Arnout

> 
> Fixes:
> output/build/weston-9.0.0/meson.build:1:0: ERROR: Unknown options: "launcher-libseat"
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>   package/weston/weston.mk | 7 -------
>   1 file changed, 7 deletions(-)
> 
> diff --git a/package/weston/weston.mk b/package/weston/weston.mk
> index 69ee11d23c..6dd5439291 100644
> --- a/package/weston/weston.mk
> +++ b/package/weston/weston.mk
> @@ -26,13 +26,6 @@ else
>   WESTON_CONF_OPTS += -Dsimple-clients=
>   endif
>   
> -ifeq ($(BR2_PACKAGE_SEATD),y)
> -WESTON_CONF_OPTS += -Dlauncher-libseat=true
> -WESTON_DEPENDENCIES += seatd
> -else
> -WESTON_CONF_OPTS += -Dlauncher-libseat=false
> -endif
> -
>   ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_SYSTEMD),yy)
>   WESTON_CONF_OPTS += -Dlauncher-logind=true
>   WESTON_DEPENDENCIES += dbus systemd
>
Yann E. MORIN Nov. 5, 2021, 9:11 p.m. UTC | #2
James, All,

On 2021-10-25 02:43 -0600, James Hilliard spake thusly:
> This option only exists in main and is not in a release.

Indeed. We have weston 9.0.0, released 2020-09-04, but the option was
added much later, in 2021-04-14.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> Fixes:
> output/build/weston-9.0.0/meson.build:1:0: ERROR: Unknown options: "launcher-libseat"
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/weston/weston.mk | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/package/weston/weston.mk b/package/weston/weston.mk
> index 69ee11d23c..6dd5439291 100644
> --- a/package/weston/weston.mk
> +++ b/package/weston/weston.mk
> @@ -26,13 +26,6 @@ else
>  WESTON_CONF_OPTS += -Dsimple-clients=
>  endif
>  
> -ifeq ($(BR2_PACKAGE_SEATD),y)
> -WESTON_CONF_OPTS += -Dlauncher-libseat=true
> -WESTON_DEPENDENCIES += seatd
> -else
> -WESTON_CONF_OPTS += -Dlauncher-libseat=false
> -endif
> -
>  ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_SYSTEMD),yy)
>  WESTON_CONF_OPTS += -Dlauncher-logind=true
>  WESTON_DEPENDENCIES += dbus systemd
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Nov. 8, 2021, 4:06 p.m. UTC | #3
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > This option only exists in main and is not in a release.
 > Fixes:
 > output/build/weston-9.0.0/meson.build:1:0: ERROR: Unknown options: "launcher-libseat"

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed to 2021.08.x, thanks.
diff mbox series

Patch

diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index 69ee11d23c..6dd5439291 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -26,13 +26,6 @@  else
 WESTON_CONF_OPTS += -Dsimple-clients=
 endif
 
-ifeq ($(BR2_PACKAGE_SEATD),y)
-WESTON_CONF_OPTS += -Dlauncher-libseat=true
-WESTON_DEPENDENCIES += seatd
-else
-WESTON_CONF_OPTS += -Dlauncher-libseat=false
-endif
-
 ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_SYSTEMD),yy)
 WESTON_CONF_OPTS += -Dlauncher-logind=true
 WESTON_DEPENDENCIES += dbus systemd