qt: enable opengl support by default if available
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Jun 2016 20:25:25 +0000 (22:25 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Jun 2016 20:25:25 +0000 (22:25 +0200)
If opengl(-es) support is available then it makes sense for Qt to use it by
default.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt/Config.in

index 91eb2084756d7b7cb6bd3bb1eaf725dbf70afa8e..99b00a0d851d2777461d6bbf153563f0231d2d72 100644 (file)
@@ -354,6 +354,7 @@ config BR2_PACKAGE_QT_OPENGL
        bool "OpenGL support"
        depends on (BR2_PACKAGE_HAS_LIBGL && BR2_PACKAGE_QT_X11) || \
                   (BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_HAS_LIBGLES)
+       default y
        help
          This option enables OpenGL support.