mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +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=libxkbcommon
|
||||||
$(package)_version=1.6.0
|
$(package)_version=1.7.0
|
||||||
$(package)_download_path=https://xkbcommon.org/download/
|
$(package)_download_path=https://xkbcommon.org/download/
|
||||||
$(package)_file_name=libxkbcommon-$($(package)_version).tar.xz
|
$(package)_file_name=libxkbcommon-$($(package)_version).tar.xz
|
||||||
$(package)_sha256_hash=0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b
|
$(package)_sha256_hash=65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247
|
||||||
$(package)_dependencies=libxcb
|
$(package)_dependencies=libxcb
|
||||||
$(package)_patches=no-test-x11.patch toolchain.txt
|
$(package)_patches=no-test-x11.patch toolchain.txt
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index eaef4fb..1e31558 100644
|
index 2de4ee9..57c1038 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -748,18 +748,6 @@ test(
|
@@ -768,20 +768,6 @@ test(
|
||||||
dependencies: test_dep),
|
dependencies: test_dep),
|
||||||
env: test_env,
|
env: test_env,
|
||||||
)
|
)
|
||||||
|
@ -11,17 +11,19 @@ index eaef4fb..1e31558 100644
|
||||||
- 'x11',
|
- 'x11',
|
||||||
- executable('test-x11', 'test/x11.c', dependencies: x11_test_dep),
|
- executable('test-x11', 'test/x11.c', dependencies: x11_test_dep),
|
||||||
- env: test_env,
|
- env: test_env,
|
||||||
|
- is_parallel : false,
|
||||||
- )
|
- )
|
||||||
- test(
|
- test(
|
||||||
- 'x11comp',
|
- 'x11comp',
|
||||||
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
|
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
|
||||||
- env: test_env,
|
- env: test_env,
|
||||||
|
- is_parallel : false,
|
||||||
- )
|
- )
|
||||||
-endif
|
-endif
|
||||||
if get_option('enable-xkbregistry')
|
if get_option('enable-xkbregistry')
|
||||||
test(
|
test(
|
||||||
'registry',
|
'registry',
|
||||||
@@ -844,13 +832,6 @@ benchmark(
|
@@ -866,13 +852,6 @@ benchmark(
|
||||||
executable('bench-atom', 'bench/atom.c', dependencies: test_dep),
|
executable('bench-atom', 'bench/atom.c', dependencies: test_dep),
|
||||||
env: bench_env,
|
env: bench_env,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue