mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] libinput: version bump 1.29.2 -> 1.30.0
Date: Thu,  4 Dec 2025 14:14:57 +0100	[thread overview]
Message-ID: <20251204131457.2197598-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20251125094833.3052441-1-p.zabel@pengutronix.de>

Thanks, applied as 8df76d0d14764363ceecd5ced62746ed6c5ce60e.

Michael

[sent from post-receive hook]

On Thu, 04 Dec 2025 14:14:57 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Adds Lua plugin support. Auto-loading is disabled so the compositor
> can decide whether plugins are loaded via the API.
> 
> https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.30.0
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20251125094833.3052441-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libinput.in b/rules/libinput.in
> index c775567f108c..216a17ef7d18 100644
> --- a/rules/libinput.in
> +++ b/rules/libinput.in
> @@ -5,6 +5,8 @@ menuconfig LIBINPUT
>  	select HOST_MESON
>  	select MTDEV
>  	select LIBEVDEV
> +	select LUA			if LIBINPUT_LUA
> +	select LUA_INSTALL_LIBLUA	if LIBINPUT_LUA
>  	select UDEV
>  	select UDEV_LIBUDEV
>  	select PYTHON3			if LIBINPUT_TOOL_REPLAY && RUNTIME
> @@ -21,6 +23,12 @@ menuconfig LIBINPUT
>  
>  if LIBINPUT
>  
> +config LIBINPUT_LUA
> +	bool
> +	prompt "lua plugins"
> +	help
> +	  Enable support for Lua plugins.
> +
>  config LIBINPUT_QUIRKS
>  	bool
>  	prompt "install device quirks"
> diff --git a/rules/libinput.make b/rules/libinput.make
> index f8e74ad419ef..fdd0c190b950 100644
> --- a/rules/libinput.make
> +++ b/rules/libinput.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
>  #
>  # Paths and names
>  #
> -LIBINPUT_VERSION	:= 1.29.2
> -LIBINPUT_MD5		:= c0caf71d5ad9cd2258474824abad81db
> +LIBINPUT_VERSION	:= 1.30.0
> +LIBINPUT_MD5		:= 701702bea2e86b071639aa6582c0a5b7
>  LIBINPUT		:= libinput-$(LIBINPUT_VERSION)
>  LIBINPUT_SUFFIX		:= tar.gz
>  LIBINPUT_URL		:= https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX)
> @@ -42,7 +42,9 @@ LIBINPUT_CONF_OPT	:= \
>  	-Ddocumentation=false \
>  	-Dcoverity=false \
>  	-Dzshcompletiondir=no \
> -	-Dinternal-event-debugging=false
> +	-Dinternal-event-debugging=false \
> +	-Dautoload-plugins=false \
> +	-Dlua-plugins=$(call ptx/endis, PTXCONF_LIBINPUT_LUA)d
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



      reply	other threads:[~2025-12-04 13:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-25  9:48 [ptxdist] [PATCH] " Philipp Zabel
2025-12-04 13:14 ` 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=20251204131457.2197598-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=p.zabel@pengutronix.de \
    --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