|
@@ -350,6 +350,24 @@ config BR2_PACKAGE_QT_PHONON_BACKEND
|
|
|
Build the platform Phonon plugin.
|
|
|
If unsure, say n.
|
|
|
|
|
|
+choice
|
|
|
+ prompt "OpenGL API"
|
|
|
+ help
|
|
|
+ Select OpenGL API.
|
|
|
+
|
|
|
+config BR2_PACKAGE_QT_OPENGL_NONE
|
|
|
+ bool "No OpenGL support"
|
|
|
+
|
|
|
+comment "Desktop OpenGL not available (needs Qt standard (X11))"
|
|
|
+ depends on !BR2_PACKAGE_QT_X11
|
|
|
+
|
|
|
+config BR2_PACKAGE_QT_OPENGL_GL_DESKTOP
|
|
|
+ bool "Desktop OpenGL"
|
|
|
+ depends on BR2_PACKAGE_HAS_LIBGL
|
|
|
+ depends on BR2_PACKAGE_QT_X11
|
|
|
+ help
|
|
|
+ Use desktop OpenGL.
|
|
|
+
|
|
|
config BR2_PACKAGE_QT_OPENGL_ES
|
|
|
bool "OpenGL ES v2.x support"
|
|
|
depends on BR2_PACKAGE_HAS_LIBGLES
|
|
@@ -357,6 +375,8 @@ config BR2_PACKAGE_QT_OPENGL_ES
|
|
|
help
|
|
|
Enable the OpenGL ES v2.x support.
|
|
|
|
|
|
+endchoice
|
|
|
+
|
|
|
endif
|
|
|
|
|
|
config BR2_PACKAGE_QT_DBUS
|