diff options
author | Fatih Aşıcı <fatih.asici@gmail.com> | 2014-07-19 20:33:24 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-20 11:57:45 +0200 |
commit | 89611dc08f53e62020cd54b070759557dbfc0f54 (patch) | |
tree | 3829e4ed7c95587c216f860cedc433cb11c4ad6b /package/qt5/Config.in | |
parent | 342f29b43d046d997d27541400ec44af280fe554 (diff) | |
download | buildroot-89611dc08f53e62020cd54b070759557dbfc0f54.tar.gz buildroot-89611dc08f53e62020cd54b070759557dbfc0f54.zip |
qt5base: allow selection of OpenGL API
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/Config.in')
-rw-r--r-- | package/qt5/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 1f6920a2fe..83f02f1cd6 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -1,3 +1,8 @@ +config BR2_PACKAGE_QT5_GL_AVAILABLE + bool + depends on BR2_PACKAGE_HAS_LIBGL || BR2_PACKAGE_HAS_LIBGLES + default y + config BR2_PACKAGE_QT5_JSCORE_AVAILABLE bool # Javascript engine is only available on certain architectures |