projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc377f2
)
qt: enable opengl support by default if available
author
Peter Korsgaard
<peter@korsgaard.com>
Mon, 13 Jun 2016 20:25:25 +0000
(22:25 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/qt/Config.in
b/package/qt/Config.in
index 91eb2084756d7b7cb6bd3bb1eaf725dbf70afa8e..99b00a0d851d2777461d6bbf153563f0231d2d72 100644
(file)
--- a/
package/qt/Config.in
+++ b/
package/qt/Config.in
@@
-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.