summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5multimedia/Config.in
diff options
context:
space:
mode:
authorFatih Aşıcı <fatih.asici@gmail.com>2014-07-19 20:33:23 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-20 11:55:04 +0200
commit342f29b43d046d997d27541400ec44af280fe554 (patch)
treeca0b3d29ed0972e239e6f9398a187a0a69c34ddd /package/qt5/qt5multimedia/Config.in
parent68e1083b9d5730801ff4c5b754370fc0c696f6fd (diff)
downloadbuildroot-342f29b43d046d997d27541400ec44af280fe554.tar.gz
buildroot-342f29b43d046d997d27541400ec44af280fe554.zip
qt5multimedia: make qt5declarative dependency optional
Also add missing dependencies on gui and network modules. Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5multimedia/Config.in')
-rw-r--r--package/qt5/qt5multimedia/Config.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/qt5/qt5multimedia/Config.in b/package/qt5/qt5multimedia/Config.in
index c00491c12e..36128ebe64 100644
--- a/package/qt5/qt5multimedia/Config.in
+++ b/package/qt5/qt5multimedia/Config.in
@@ -1,10 +1,8 @@
config BR2_PACKAGE_QT5MULTIMEDIA
bool "qt5multimedia"
select BR2_PACKAGE_QT5BASE
- select BR2_PACKAGE_QT5DECLARATIVE
- depends on BR2_PACKAGE_HAS_LIBEGL
- depends on BR2_PACKAGE_HAS_LIBGLES
- depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
+ select BR2_PACKAGE_QT5BASE_GUI
+ select BR2_PACKAGE_QT5BASE_NETWORK
help
Qt is a cross-platform application and UI framework for
developers using C++.
@@ -12,7 +10,3 @@ config BR2_PACKAGE_QT5MULTIMEDIA
This package corresponds to the qt5multimedia module.
http://qt-project.org
-
-comment "qt5multimedia requires an OpenGL-capable backend"
- depends on (!BR2_PACKAGE_HAS_LIBEGL || !BR2_PACKAGE_HAS_LIBGLES) && \
- BR2_PACKAGE_QT5_JSCORE_AVAILABLE
OpenPOWER on IntegriCloud