mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
depends: libxkbcommon: update to 1.7.0
This commit is contained in:
parent
4f49d75eda
commit
9dd4404111
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue