* [ptxdist] [PATCH] libxkbcommon: Sort options.
@ 2025-08-29 18:33 Christian Melki
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2025-08-29 18:33 UTC | newest]
Thread overview: (only message) (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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox