mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] weston: Version bump. 12.0.2 -> 13.0.0
Date: Thu,  7 Dec 2023 12:09:58 +0100	[thread overview]
Message-ID: <20231207110958.1329027-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20231204184742.2531725-1-christian.melki@t2data.com>

Thanks, applied as 2ad63391637d15b1c530b48a88c63b3318011429.

Michael

[sent from post-receive hook]

On Thu, 07 Dec 2023 12:09:58 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> https://lists.freedesktop.org/archives/wayland-devel/2023-November/043326.html
> logind backend is gone, sort of makes seatd mandatory afaict.
> 
> * Remove deprecated options.
> 
> * seatd is a hard dependency now(?)
> 
> * Forward patchset applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231204184742.2531725-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/weston-12.0.2/0001-HACK-don-t-build-tests.patch b/patches/weston-13.0.0/0001-HACK-don-t-build-tests.patch
> similarity index 100%
> rename from patches/weston-12.0.2/0001-HACK-don-t-build-tests.patch
> rename to patches/weston-13.0.0/0001-HACK-don-t-build-tests.patch
> diff --git a/patches/weston-12.0.2/series b/patches/weston-13.0.0/series
> similarity index 100%
> rename from patches/weston-12.0.2/series
> rename to patches/weston-13.0.0/series
> diff --git a/rules/weston.in b/rules/weston.in
> index ade68d6c4251..10f0e9172d4f 100644
> --- a/rules/weston.in
> +++ b/rules/weston.in
> @@ -16,6 +16,7 @@ menuconfig WESTON
>  	select LIBDRM
>  	select UDEV
>  	select UDEV_LIBUDEV
> +	select SEATD
>  	select MESALIB			if WESTON_GL
>  	select MESALIB_GBM		if WESTON_GL
>  	select MESALIB_EGL		if WESTON_GL
> @@ -26,10 +27,7 @@ menuconfig WESTON
>  	select LIBXCB			if WESTON_XWAYLAND
>  	select XORG_LIB_XCURSOR		if WESTON_XWAYLAND
>  	select XWAYLAND			if WESTON_XWAYLAND && RUNTIME
> -	select SEATD			if WESTON_SEATD
>  	select SYSTEMD			if WESTON_SYSTEMD
> -	select SYSTEMD_LOGIND		if WESTON_SYSTEMD_LOGIND
> -	select DBUS			if WESTON_SYSTEMD_LOGIND
>  	select GSTREAMER1		if WESTON_REMOTING
>  	select GST_PLUGINS_BASE1	if WESTON_REMOTING
>  	select GST_PLUGINS_BASE1_APP	if WESTON_REMOTING
> @@ -74,20 +72,10 @@ config WESTON_STARTSCRIPT
>  	depends on INITMETHOD_BBINIT
>  	prompt "install /etc/init.d/weston-init"
>  
> -config WESTON_SEATD
> -	bool
> -	default y
> -	prompt "libseat backend"
> -
>  config WESTON_SYSTEMD
>  	bool
>  	default INITMETHOD_SYSTEMD
>  
> -config WESTON_SYSTEMD_LOGIND
> -	bool
> -	depends on WESTON_SYSTEMD
> -	prompt "logind support"
> -
>  config WESTON_WCAP_TOOLS
>  	bool
>  	prompt "wcap tools"
> diff --git a/rules/weston.make b/rules/weston.make
> index 1e8c26c71713..ebf62645b186 100644
> --- a/rules/weston.make
> +++ b/rules/weston.make
> @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston
>  #
>  # Paths and names
>  #
> -WESTON_VERSION	:= 12.0.2
> -LIBWESTON_MAJOR := 12
> -WESTON_MD5	:= aa03d8bff7163c258c86551c183cb937
> +WESTON_VERSION	:= 13.0.0
> +LIBWESTON_MAJOR := 13
> +WESTON_MD5	:= f5d8614664a26211621910d310b42890
>  WESTON		:= weston-$(WESTON_VERSION)
>  WESTON_SUFFIX	:= tar.gz
>  WESTON_URL	:= https://gitlab.freedesktop.org/wayland/weston/-/archive/$(WESTON_VERSION)/$(WESTON).$(WESTON_SUFFIX)
> @@ -49,12 +49,10 @@ WESTON_CONF_OPT		:= \
>  	-Ddemo-clients=$(call ptx/truefalse,PTXCONF_WESTON_IVISHELL_EXAMPLE) \
>  	-Ddeprecated-color-management-colord=false \
>  	-Ddeprecated-color-management-static=false \
> -	-Ddeprecated-launcher-logind=$(call ptx/truefalse,PTXCONF_WESTON_SYSTEMD_LOGIND) \
>  	-Ddesktop-shell-client-default=weston-desktop-shell \
>  	-Ddoc=false \
>  	-Dimage-jpeg=true \
>  	-Dimage-webp=false \
> -	-Dlauncher-libseat=$(call ptx/truefalse,PTXCONF_WESTON_SEATD) \
>  	-Dpipewire=$(call ptx/truefalse,PTXCONF_WESTON_PIPEWIRE) \
>  	-Dremoting=$(call ptx/truefalse,PTXCONF_WESTON_REMOTING) \
>  	-Drenderer-gl=$(call ptx/truefalse,PTXCONF_WESTON_GL) \



      reply	other threads:[~2023-12-07 11:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-04 18:47 [ptxdist] [PATCH] " Christian Melki
2023-12-07 11:09 ` Michael Olbrich [this message]

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=20231207110958.1329027-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox