From 9194f1f76b6e881d9a365f203a278280e8bae575 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 10 Dec 2015 22:30:09 +0100 Subject: [PATCH] qt5base: build widgets and examples only when activated Signed-off-by: Hauke Mehrtens --- frameworks/qt5base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/qt5base/Makefile b/frameworks/qt5base/Makefile index 874ea30..e4f03eb 100644 --- a/frameworks/qt5base/Makefile +++ b/frameworks/qt5base/Makefile @@ -298,10 +298,10 @@ define Build/Configure -no-alsa \ -no-gtkstyle \ -nomake tools \ - -make examples \ + $(if $(CONFIG_PACKAGE_qt5base-examples),-make examples,-nomake examples) \ $(if $(CONFIG_PACKAGE_qt5base-gui),-gui,-no-gui) \ $(if $(CONFIG_PACKAGE_qt5base-plugin-imageformats-gif),,-no-gif) \ - -widgets \ + $(if $(CONFIG_PACKAGE_qt5base-widgets),-widgets,-no-widgets) \ -no-optimized-qmake \ -no-cups \ $(if $(CONFIG_BUILD_NLS),-iconv,-no-iconv) \ -- 2.30.2