diff options
| -rw-r--r-- | recipes-qt/qt5/qtbase_git.bbappend | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend index 773e2de..ae86903 100644 --- a/recipes-qt/qt5/qtbase_git.bbappend +++ b/recipes-qt/qt5/qtbase_git.bbappend | |||
| @@ -27,7 +27,11 @@ | |||
| 27 | ## | 27 | ## |
| 28 | ############################################################################ | 28 | ############################################################################ |
| 29 | 29 | ||
| 30 | PACKAGECONFIG_GL = "gles2 eglfs" | 30 | PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 eglfs', 'no-opengl', d)}" |
| 31 | |||
| 32 | # emulator is exception due to qtglesstream | ||
| 33 | PACKAGECONFIG_GL_emulator = "gles2 eglfs" | ||
| 34 | |||
| 31 | PACKAGECONFIG += " \ | 35 | PACKAGECONFIG += " \ |
| 32 | accessibility \ | 36 | accessibility \ |
| 33 | alsa \ | 37 | alsa \ |
| @@ -56,3 +60,6 @@ do_configure_prepend() { | |||
| 56 | } | 60 | } |
| 57 | 61 | ||
| 58 | SRCREV = "016b5bc949b6dfb2f76db2e8b40a40e7eaee6828" | 62 | SRCREV = "016b5bc949b6dfb2f76db2e8b40a40e7eaee6828" |
| 63 | |||
| 64 | # temporarily here | ||
| 65 | PACKAGECONFIG[no-opengl] = "-no-opengl" | ||
