package/qt: Fix Kconfig for OpenGL support
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 13 Jun 2016 18:23:13 +0000 (20:23 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Jun 2016 20:24:44 +0000 (22:24 +0200)
commitfc377f233870e52466104db992414ca32873cc0a
treef4e4eb8c2ffc30b50c17a4db12651f62a1efe9d0
parent0c65b074bc42eca7c1d968508d7dee683d532b9b
package/qt: Fix Kconfig for OpenGL support

BR2_PACKAGE_QT_OPENGL_ES was moved to a choice option. This option kind
can apparently not be selected by other packages. Therefore this patch
introduces a new Kconfig option BR2_PACKAGE_QT_OPENGL which takes care
of OpenGL support as such, BR2_PACKAGE_QT_OPENGL_NONE is not needed
anymore now. The choice options are now only used to determine the
type of OpenGL support.

This patch contains the necessary preparation to fix a build error in
the qwt package.

[Peter: fix QT_OPENGL dependencies to match options]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt/Config.in