mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libxkbcommon: Sort options.
Date: Fri, 29 Aug 2025 20:33:28 +0200	[thread overview]
Message-ID: <20250829183328.2113360-1-christian.melki@t2data.com> (raw)

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




                 reply	other threads:[~2025-08-29 18:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20250829183328.2113360-1-christian.melki@t2data.com \
    --to=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