depends: libxkbcommon: update to 1.8.1

This commit is contained in:
tobtoht 2025-03-24 06:27:00 +01:00
parent 249183f0c1
commit df44ecf98e
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 7 additions and 7 deletions
contrib/depends
packages
patches/libxkbcommon

View file

@ -1,8 +1,8 @@
package=libxkbcommon
$(package)_version=1.8.0
$(package)_version=1.8.1
$(package)_download_path=https://github.com/xkbcommon/libxkbcommon/archive/refs/tags
$(package)_file_name=xkbcommon-$($(package)_version).tar.gz
$(package)_sha256_hash=025c53032776ed850fbfb92683a703048cd70256df4ac1a1ec41ed3455d5d39c
$(package)_sha256_hash=c65c668810db305c4454ba26a10b6d84a96b5469719fe3c729e1c6542b8d0d87
$(package)_dependencies=libxcb
$(package)_patches=no-test-x11.patch toolchain.txt

View file

@ -1,8 +1,8 @@
diff --git a/meson.build b/meson.build
index b0b49e78..3b035493 100644
index 8714ce4e..35691155 100644
--- a/meson.build
+++ b/meson.build
@@ -881,24 +881,6 @@ test(
@@ -893,24 +893,6 @@ test(
dependencies: test_dep),
env: test_env,
)
@ -13,13 +13,13 @@ index b0b49e78..3b035493 100644
- endif
- test(
- 'x11',
- executable('test-x11', 'test/x11.c', dependencies: x11_test_dep),
- executable('test-x11', 'test/x11.c', dependencies: x11_xvfb_test_dep),
- env: test_env,
- is_parallel : false,
- )
- test(
- 'x11comp',
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_xvfb_test_dep),
- env: test_env,
- is_parallel : false,
- )
@ -27,7 +27,7 @@ index b0b49e78..3b035493 100644
if get_option('enable-xkbregistry')
test(
'registry',
@@ -1023,13 +1005,6 @@ benchmark(
@@ -1035,13 +1017,6 @@ benchmark(
executable('bench-atom', 'bench/atom.c', dependencies: test_dep),
env: bench_env,
)