diff options
author | Oleg Shparber <trollixx@gmail.com> | 2013-05-24 18:49:39 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-28 10:40:19 +0200 |
commit | a991d0c2ac2d45c8a7540bba4941045abdd0e18d (patch) | |
tree | a249d241da92452ff5e87d7af4d66d9ac3a97df3 | |
parent | 14f6ec2ca227c474a9045b68bcf6a6dd78b8cd57 (diff) | |
download | meta-qt5-a991d0c2ac2d45c8a7540bba4941045abdd0e18d.tar.gz |
Allow to control (disable) widgets build
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index cabe0b78..b0f04470 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/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 | |||
40 | GL_DEPENDS ?= "virtual/libgl" | 40 | GL_DEPENDS ?= "virtual/libgl" |
41 | QT_GLFLAGS ?= "-opengl" | 41 | QT_GLFLAGS ?= "-opengl" |
42 | 42 | ||
43 | QT_WIDGETS ?= "-widgets" | ||
43 | QT_XML ?= "-xmlpatterns" | 44 | QT_XML ?= "-xmlpatterns" |
44 | QT_WEBKIT ?= "-webkit" | 45 | QT_WEBKIT ?= "-webkit" |
45 | QT_PHONON ?= "-phonon" | 46 | QT_PHONON ?= "-phonon" |
@@ -64,6 +65,7 @@ QT_CONFIG_FLAGS += " \ | |||
64 | -no-pch \ | 65 | -no-pch \ |
65 | -no-rpath \ | 66 | -no-rpath \ |
66 | -pkg-config \ | 67 | -pkg-config \ |
68 | ${QT_WIDGETS} \ | ||
67 | ${QT_SYSTEM_LIBS} \ | 69 | ${QT_SYSTEM_LIBS} \ |
68 | ${QT_NIS} \ | 70 | ${QT_NIS} \ |
69 | ${QT_CUPS} \ | 71 | ${QT_CUPS} \ |