mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 22:42:04 +01:00
build: Add -no-mimetype-database
option to qt package in depends
We do not use the `QMimeDatabase` class, and this change gets rid of perl dependency. Available since Qt 5.13.0.
This commit is contained in:
parent
bb378b6ccd
commit
55e468f149
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ $(package)_config_opts += -no-linuxfb
|
|||
$(package)_config_opts += -no-libjpeg
|
||||
$(package)_config_opts += -no-libproxy
|
||||
$(package)_config_opts += -no-libudev
|
||||
$(package)_config_opts += -no-mimetype-database
|
||||
$(package)_config_opts += -no-mtdev
|
||||
$(package)_config_opts += -no-openssl
|
||||
$(package)_config_opts += -no-openvg
|
||||
|
|
Loading…
Add table
Reference in a new issue