Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
comment "qwt needs a toolchain not affected by Binutils bug 19405"
|
||||
depends on BR2_PACKAGE_QT && BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
|
||||
|
||||
config BR2_PACKAGE_QWT
|
||||
bool "qwt"
|
||||
depends on BR2_PACKAGE_QT
|
||||
depends on BR2_PACKAGE_QT_GUI_MODULE
|
||||
depends on (BR2_PACKAGE_QT && !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405) || \
|
||||
BR2_PACKAGE_QT5
|
||||
select BR2_PACKAGE_QT_GUI_MODULE if BR2_PACKAGE_QT
|
||||
select BR2_PACKAGE_QT5BASE_GUI if BR2_PACKAGE_QT5
|
||||
select BR2_PACKAGE_QT5BASE_WIDGETS if BR2_PACKAGE_QT5 # printsupport
|
||||
select BR2_PACKAGE_QT5BASE_CONCURRENT if BR2_PACKAGE_QT5
|
||||
help
|
||||
Qwt is a graphics extension to the Qt GUI application
|
||||
framework. It provides a 2D plotting widget and more.
|
||||
@@ -12,19 +19,17 @@ if BR2_PACKAGE_QWT
|
||||
|
||||
config BR2_PACKAGE_QWT_SVG
|
||||
bool "SVG support"
|
||||
select BR2_PACKAGE_QT_SVG
|
||||
select BR2_PACKAGE_QT_SVG if BR2_PACKAGE_QT
|
||||
select BR2_PACKAGE_QT5SVG if BR2_PACKAGE_QT5
|
||||
|
||||
config BR2_PACKAGE_QWT_MATHML
|
||||
bool "MathML support"
|
||||
|
||||
config BR2_PACKAGE_QWT_OPENGL
|
||||
bool "OpenGL support"
|
||||
depends on BR2_PACKAGE_HAS_LIBGLES
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL
|
||||
select BR2_PACKAGE_QT_OPENGL_ES
|
||||
depends on (BR2_PACKAGE_HAS_LIBGLES && BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_QT) || \
|
||||
(BR2_PACKAGE_QT5_GL_AVAILABLE && BR2_PACKAGE_QT5)
|
||||
select BR2_PACKAGE_QT_OPENGL if BR2_PACKAGE_QT
|
||||
select BR2_PACKAGE_QT5BASE_OPENGL_LIB if BR2_PACKAGE_QT5
|
||||
|
||||
endif
|
||||
|
||||
comment "qwt depends on QT gui module"
|
||||
depends on BR2_PACKAGE_QT
|
||||
depends on !BR2_PACKAGE_QT_GUI_MODULE
|
||||
|
||||
Reference in New Issue
Block a user