qt5multimedia: select Qt5OpenGL module in case OpenGL support is enabled
authorPeter Seiderer <ps.report@gmx.net>
Tue, 17 May 2016 11:09:08 +0000 (13:09 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 May 2016 13:22:20 +0000 (15:22 +0200)
Qt5Multimedia needs Qt5OpenGL module in case OpenGL support is
enabled.

Fixes bug reported by Marco Trapanese ([1]).

[1] http://lists.busybox.net/pipermail/buildroot/2016-May/161288.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt5/qt5multimedia/Config.in

index 59c398478164d0e88aec0d2de70d2062b02432cf..7549b35192e38623cf26dfc6fe3c118a7919453e 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_QT5MULTIMEDIA
        select BR2_PACKAGE_QT5BASE
        select BR2_PACKAGE_QT5BASE_GUI
        select BR2_PACKAGE_QT5BASE_NETWORK
+       select BR2_PACKAGE_QT5BASE_OPENGL_LIB if BR2_PACKAGE_QT5BASE_OPENGL
        help
          Qt is a cross-platform application and UI framework for
          developers using C++.