mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] libxkbcommon: version bump 0.7.1 -> 0.10.0
Date: Mon, 20 Jan 2020 11:13:55 +0100	[thread overview]
Message-ID: <20200120101356.20649-1-p.zabel@pengutronix.de> (raw)

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/libxkbcommon.in   |  1 +
 rules/libxkbcommon.make | 27 +++++++++++++++------------
 2 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/rules/libxkbcommon.in b/rules/libxkbcommon.in
index 93d915ebdd07..0f39485033dc 100644
--- a/rules/libxkbcommon.in
+++ b/rules/libxkbcommon.in
@@ -3,6 +3,7 @@
 menuconfig LIBXKBCOMMON
 	tristate
 	prompt "libxkbcommon                  "
+	select HOST_MESON
 	select XKEYBOARD_CONFIG	if RUNTIME
 	select LIBXCB		if LIBXKBCOMMON_X11
 	select HOST_XORG_UTIL_MACROS
diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make
index 9be4832e2e04..70f21e994c95 100644
--- a/rules/libxkbcommon.make
+++ b/rules/libxkbcommon.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBXKBCOMMON) += libxkbcommon
 #
 # Paths and names
 #
-LIBXKBCOMMON_VERSION	:= 0.7.1
-LIBXKBCOMMON_MD5	:= 947ba609cb0239b9462127d5cf8908ee
+LIBXKBCOMMON_VERSION	:= 0.10.0
+LIBXKBCOMMON_MD5	:= 2d9ad3a46b317138b5e72a91cf105451
 LIBXKBCOMMON		:= libxkbcommon-$(LIBXKBCOMMON_VERSION)
 LIBXKBCOMMON_SUFFIX	:= tar.xz
 LIBXKBCOMMON_URL	:= http://xkbcommon.org/download/$(LIBXKBCOMMON).$(LIBXKBCOMMON_SUFFIX)
@@ -30,17 +30,20 @@ LIBXKBCOMMON_LICENSE	:= MIT AND X11 AND HPND
 #
 # autoconf
 #
-LIBXKBCOMMON_CONF_TOOL	:= autoconf
+LIBXKBCOMMON_CONF_TOOL	:= meson
 LIBXKBCOMMON_CONF_OPT	:= \
-	$(CROSS_AUTOCONF_USR) \
-        $(GLOBAL_LARGE_FILE_OPTION) \
-	--disable-static \
-	--disable-selective-werror \
-	--disable-strict-compilation \
-	--disable-docs \
-	--$(call ptx/endis, PTXCONF_LIBXKBCOMMON_X11)-x11 \
-	--disable-wayland \
-	--with-xkb-config-root=$(XORG_DATADIR)/X11/xkb
+	$(CROSS_MESON_USR) \
+	-Ddefault-layout='us' \
+	-Ddefault-model='pc105' \
+	-Ddefault-options='' \
+	-Ddefault-rules='evdev' \
+	-Ddefault-variant='' \
+	-Denable-docs=false \
+	-Denable-wayland=false \
+	-Denable-x11=$(call ptx/truefalse, PTXCONF_LIBXKBCOMMON_X11) \
+	-Dx-locale-root=$(XORG_DATADIR/X11/locale) \
+	-Dxkb-config-root=$(XORG_DATADIR)/X11/xkb
+
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2020-01-20 10:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-20 10:13 Philipp Zabel [this message]
2020-01-20 10:13 ` [ptxdist] [PATCH 2/2] libxkbcommon: add license files Philipp Zabel

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=20200120101356.20649-1-p.zabel@pengutronix.de \
    --to=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