mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 03:53:22 +02:00
depends: disable unused qt features
This commit is contained in:
@@ -27,6 +27,7 @@ $(package)_config_opts += -c++std c++11
|
|||||||
$(package)_config_opts += -confirm-license
|
$(package)_config_opts += -confirm-license
|
||||||
$(package)_config_opts += -dbus-runtime
|
$(package)_config_opts += -dbus-runtime
|
||||||
$(package)_config_opts += -hostprefix $(build_prefix)
|
$(package)_config_opts += -hostprefix $(build_prefix)
|
||||||
|
$(package)_config_opts += -no-compile-examples
|
||||||
$(package)_config_opts += -no-cups
|
$(package)_config_opts += -no-cups
|
||||||
$(package)_config_opts += -no-egl
|
$(package)_config_opts += -no-egl
|
||||||
$(package)_config_opts += -no-eglfs
|
$(package)_config_opts += -no-eglfs
|
||||||
@@ -69,9 +70,20 @@ $(package)_config_opts += -system-zlib
|
|||||||
$(package)_config_opts += -static
|
$(package)_config_opts += -static
|
||||||
$(package)_config_opts += -silent
|
$(package)_config_opts += -silent
|
||||||
$(package)_config_opts += -v
|
$(package)_config_opts += -v
|
||||||
|
$(package)_config_opts += -no-feature-dial
|
||||||
|
$(package)_config_opts += -no-feature-ftp
|
||||||
|
$(package)_config_opts += -no-feature-lcdnumber
|
||||||
|
$(package)_config_opts += -no-feature-pdf
|
||||||
$(package)_config_opts += -no-feature-printer
|
$(package)_config_opts += -no-feature-printer
|
||||||
$(package)_config_opts += -no-feature-printdialog
|
$(package)_config_opts += -no-feature-printdialog
|
||||||
$(package)_config_opts += -no-feature-concurrent
|
$(package)_config_opts += -no-feature-concurrent
|
||||||
|
$(package)_config_opts += -no-feature-sql
|
||||||
|
$(package)_config_opts += -no-feature-statemachine
|
||||||
|
$(package)_config_opts += -no-feature-syntaxhighlighter
|
||||||
|
$(package)_config_opts += -no-feature-textbrowser
|
||||||
|
$(package)_config_opts += -no-feature-textodfwriter
|
||||||
|
$(package)_config_opts += -no-feature-udpsocket
|
||||||
|
$(package)_config_opts += -no-feature-wizard
|
||||||
$(package)_config_opts += -no-feature-xml
|
$(package)_config_opts += -no-feature-xml
|
||||||
|
|
||||||
ifneq ($(build_os),darwin)
|
ifneq ($(build_os),darwin)
|
||||||
|
Reference in New Issue
Block a user