diff options
| author | Cory Fields <[email protected]> | 2017-01-17 22:37:40 -0500 |
|---|---|---|
| committer | fanquake <[email protected]> | 2017-01-19 15:31:55 +0800 |
| commit | c36ec715f06d212381e0edfa4344514f1a575701 (patch) | |
| tree | 14517fb7295e19a5c8274daa27f4ad7b811f9a14 /depends/packages/qt.mk | |
| parent | Merge #9512: Fix various things -fsanitize complains about (diff) | |
| download | discoin-c36ec715f06d212381e0edfa4344514f1a575701.tar.xz discoin-c36ec715f06d212381e0edfa4344514f1a575701.zip | |
depends: qt: disable printer for all platforms, not just osx
This also fixes the native osx build.
Diffstat (limited to 'depends/packages/qt.mk')
| -rw-r--r-- | depends/packages/qt.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index 383ef2dae..6e38d1ac6 100644 --- a/depends/packages/qt.mk +++ b/depends/packages/qt.mk @@ -78,6 +78,8 @@ $(package)_config_opts += -reduce-exports $(package)_config_opts += -static $(package)_config_opts += -silent $(package)_config_opts += -v +$(package)_config_opts += -no-feature-printer +$(package)_config_opts += -no-feature-printdialog ifneq ($(build_os),darwin) $(package)_config_opts_darwin = -xplatform macx-clang-linux |