* [ptxdist] [PATCH] libxkbcommon: Sort options.
@ 2025-08-29 18:33 Christian Melki
2025-09-08 7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-08-29 18:33 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/libxkbcommon.make | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make
index c2990132c..2b3fe4c35 100644
--- a/rules/libxkbcommon.make
+++ b/rules/libxkbcommon.make
@@ -34,21 +34,21 @@ LIBXKBCOMMON_LICENSE_FILES := file://LICENSE;md5=70eff33050c59f900f5b83275dcf121
LIBXKBCOMMON_CONF_TOOL := meson
LIBXKBCOMMON_CONF_OPT := \
$(CROSS_MESON_USR) \
- -Ddefault-layout='us' \
- -Ddefault-model='pc105' \
- -Ddefault-options='' \
+ -Dxkb-config-root=$(XORG_DATADIR)/X11/xkb \
+ -Dxkb-config-extra-path=/etc/xkb \
+ -Dx-locale-root=$(XORG_DATADIR)/X11/locale \
-Ddefault-rules='evdev' \
+ -Ddefault-model='pc105' \
+ -Ddefault-layout='us' \
-Ddefault-variant='' \
- -Denable-bash-completion=true \
- -Denable-cool-uris=false \
- -Denable-docs=false \
+ -Ddefault-options='' \
-Denable-tools=false \
- -Denable-wayland=false \
-Denable-x11=$(call ptx/truefalse, PTXCONF_LIBXKBCOMMON_X11) \
+ -Denable-docs=false \
+ -Denable-cool-uris=false \
+ -Denable-wayland=false \
-Denable-xkbregistry=false \
- -Dx-locale-root=$(XORG_DATADIR)/X11/locale \
- -Dxkb-config-extra-path=/etc/xkb \
- -Dxkb-config-root=$(XORG_DATADIR)/X11/xkb \
+ -Denable-bash-completion=true
# ----------------------------------------------------------------------------
# Target-Install
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] libxkbcommon: Sort options.
2025-08-29 18:33 [ptxdist] [PATCH] libxkbcommon: Sort options Christian Melki
@ 2025-09-08 7:24 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-09-08 7:24 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as de1d72d86a965a53e87957d579039ef25a4f0c01.
Michael
[sent from post-receive hook]
On Mon, 08 Sep 2025 09:24:13 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250829183328.2113360-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make
> index c2990132c331..2b3fe4c35bf4 100644
> --- a/rules/libxkbcommon.make
> +++ b/rules/libxkbcommon.make
> @@ -34,21 +34,21 @@ LIBXKBCOMMON_LICENSE_FILES := file://LICENSE;md5=70eff33050c59f900f5b83275dcf121
> LIBXKBCOMMON_CONF_TOOL := meson
> LIBXKBCOMMON_CONF_OPT := \
> $(CROSS_MESON_USR) \
> - -Ddefault-layout='us' \
> - -Ddefault-model='pc105' \
> - -Ddefault-options='' \
> + -Dxkb-config-root=$(XORG_DATADIR)/X11/xkb \
> + -Dxkb-config-extra-path=/etc/xkb \
> + -Dx-locale-root=$(XORG_DATADIR)/X11/locale \
> -Ddefault-rules='evdev' \
> + -Ddefault-model='pc105' \
> + -Ddefault-layout='us' \
> -Ddefault-variant='' \
> - -Denable-bash-completion=true \
> - -Denable-cool-uris=false \
> - -Denable-docs=false \
> + -Ddefault-options='' \
> -Denable-tools=false \
> - -Denable-wayland=false \
> -Denable-x11=$(call ptx/truefalse, PTXCONF_LIBXKBCOMMON_X11) \
> + -Denable-docs=false \
> + -Denable-cool-uris=false \
> + -Denable-wayland=false \
> -Denable-xkbregistry=false \
> - -Dx-locale-root=$(XORG_DATADIR)/X11/locale \
> - -Dxkb-config-extra-path=/etc/xkb \
> - -Dxkb-config-root=$(XORG_DATADIR)/X11/xkb \
> + -Denable-bash-completion=true
>
> # ----------------------------------------------------------------------------
> # Target-Install
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-08 7:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-29 18:33 [ptxdist] [PATCH] libxkbcommon: Sort options Christian Melki
2025-09-08 7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox