From 0523a6757edcaa12654cd8fbd9773669f8892f04 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Tue, 17 Jan 2017 22:37:40 -0500 Subject: [PATCH] depends: qt: disable printer for all platforms, not just osx This also fixes the native osx build. --- depends/packages/qt.mk | 2 ++ 1 file changed, 2 insertions(+) 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