summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5declarative/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt5/qt5declarative/Config.in')
-rw-r--r--package/qt5/qt5declarative/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt5/qt5declarative/Config.in b/package/qt5/qt5declarative/Config.in
index 853322cab3..5384b5f187 100644
--- a/package/qt5/qt5declarative/Config.in
+++ b/package/qt5/qt5declarative/Config.in
@@ -1,9 +1,9 @@
config BR2_PACKAGE_QT5DECLARATIVE
bool "qt5declarative"
+ depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
select BR2_PACKAGE_QT5XMLPATTERNS
select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_GUI
- depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
help
Qt is a cross-platform application and UI framework for
developers using C++.
@@ -21,7 +21,7 @@ comment "quick module needs an OpenGL-capable backend"
config BR2_PACKAGE_QT5DECLARATIVE_QUICK
bool "quick module"
- select BR2_PACKAGE_QT5BASE_OPENGL
depends on BR2_PACKAGE_QT5_GL_AVAILABLE
+ select BR2_PACKAGE_QT5BASE_OPENGL
endif
OpenPOWER on IntegriCloud