mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-23 20:58:13 +00:00
depends: zxing-cpp: update to 2.3.0
This commit is contained in:
parent
f73940891a
commit
ffa1c427b1
1 changed files with 6 additions and 2 deletions
|
@ -1,14 +1,18 @@
|
|||
package=zxing-cpp
|
||||
$(package)_version=2.2.1
|
||||
$(package)_version=2.3.0
|
||||
$(package)_download_path=https://github.com/$(package)/$(package)/archive/refs/tags
|
||||
$(package)_download_file=v$($(package)_version).tar.gz
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash=02078ae15f19f9d423a441f205b1d1bee32349ddda7467e2c84e8f08876f8635
|
||||
$(package)_sha256_hash=64e4139103fdbc57752698ee15b5f0b0f7af9a0331ecbdc492047e0772c417ba
|
||||
|
||||
define $(package)_set_vars
|
||||
$(package)_config_opts=-DBUILD_WRITERS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF
|
||||
endef
|
||||
|
||||
define $(package)_preprocess_cmds
|
||||
rm -rf test wrappers
|
||||
endef
|
||||
|
||||
define $(package)_config_cmds
|
||||
$($(package)_cmake) .
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue