libxkbcommon: update to 1.13.1

Bump from 1.10.0 to current upstream stable.

Link: https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.13.1/NEWS.md
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2026-05-09 01:36:53 +01:00
parent f212493fb6
commit 5ecb069cd4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libxkbcommon
PKG_VERSION:=1.10.0
PKG_VERSION:=1.13.1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=xkbcommon-$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/xkbcommon/$(PKG_NAME).git
PKG_MIRROR_HASH:=f0a0582a82c1aadef3c92342c65d233aca9aa37444d31a1d9c64c0150e86c82e
PKG_MIRROR_HASH:=aa1e7c8746054a1294129eb8f22b8e378c75361571079ee0cef97d1890632e75
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=BSD-3-Clause
@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -783,7 +783,7 @@ test(
@@ -1055,7 +1055,7 @@ test(
pymod = import('python')
python = pymod.find_installation('python3', modules: ['jinja2'], required: false)
has_merge_modes_tests = python.found() and python.language_version().version_compare('>=3.11')