mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 04:31:54 +02:00
Allow to control (disable) widgets build
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
45e464acac
commit
3649e1ad2e
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user