mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
qt: enable opengl support by default if available
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>
This commit is contained in:
parent
fc377f2338
commit
4303e3e113
@ -354,6 +354,7 @@ config BR2_PACKAGE_QT_OPENGL
|
|||||||
bool "OpenGL support"
|
bool "OpenGL support"
|
||||||
depends on (BR2_PACKAGE_HAS_LIBGL && BR2_PACKAGE_QT_X11) || \
|
depends on (BR2_PACKAGE_HAS_LIBGL && BR2_PACKAGE_QT_X11) || \
|
||||||
(BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_HAS_LIBGLES)
|
(BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_HAS_LIBGLES)
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
This option enables OpenGL support.
|
This option enables OpenGL support.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user