From e237e617535b3d814b233282a353eaac3df772a0 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Fri, 24 May 2013 18:49:39 -0600 Subject: [PATCH] Allow to control (disable) widgets build Signed-off-by: Patrick Ohly --- meta-qt5/recipes-qt/qt5/qtbase.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-qt5/recipes-qt/qt5/qtbase.inc b/meta-qt5/recipes-qt/qt5/qtbase.inc index cabe0b7..b0f0447 100644 --- a/meta-qt5/recipes-qt/qt5/qtbase.inc +++ b/meta-qt5/recipes-qt/qt5/qtbase.inc @@ -40,6 +40,7 @@ QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -p GL_DEPENDS ?= "virtual/libgl" QT_GLFLAGS ?= "-opengl" +QT_WIDGETS ?= "-widgets" QT_XML ?= "-xmlpatterns" QT_WEBKIT ?= "-webkit" QT_PHONON ?= "-phonon" @@ -64,6 +65,7 @@ QT_CONFIG_FLAGS += " \ -no-pch \ -no-rpath \ -pkg-config \ + ${QT_WIDGETS} \ ${QT_SYSTEM_LIBS} \ ${QT_NIS} \ ${QT_CUPS} \ -- 2.7.4