depends: libxkbcommon: update to 1.7.0

This commit is contained in:
tobtoht 2024-03-26 09:19:34 +01:00
parent 4f49d75eda
commit 9dd4404111
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 7 additions and 5 deletions

View file

@ -1,8 +1,8 @@
package=libxkbcommon
$(package)_version=1.6.0
$(package)_version=1.7.0
$(package)_download_path=https://xkbcommon.org/download/
$(package)_file_name=libxkbcommon-$($(package)_version).tar.xz
$(package)_sha256_hash=0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b
$(package)_sha256_hash=65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247
$(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 eaef4fb..1e31558 100644
index 2de4ee9..57c1038 100644
--- a/meson.build
+++ b/meson.build
@@ -748,18 +748,6 @@ test(
@@ -768,20 +768,6 @@ test(
dependencies: test_dep),
env: test_env,
)
@ -11,17 +11,19 @@ index eaef4fb..1e31558 100644
- 'x11',
- executable('test-x11', 'test/x11.c', dependencies: x11_test_dep),
- env: test_env,
- is_parallel : false,
- )
- test(
- 'x11comp',
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
- env: test_env,
- is_parallel : false,
- )
-endif
if get_option('enable-xkbregistry')
test(
'registry',
@@ -844,13 +832,6 @@ benchmark(
@@ -866,13 +852,6 @@ benchmark(
executable('bench-atom', 'bench/atom.c', dependencies: test_dep),
env: bench_env,
)