depends: disable unused qt features
This commit is contained in:
parent
73b46eeb7e
commit
a46c8476e9
1 changed files with 12 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue