diff options
| -rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend new file mode 100644 index 0000000..e77e4cc --- /dev/null +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \ | ||
| 2 | bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2 linuxfb', \ | ||
| 3 | '', d), d)}" | ||
| 4 | #PACKAGECONFIG_GL_rpi = "${@bb.utils.any_distro_features('x11 wayland', '', 'eglfs', d)}" | ||
| 5 | PACKAGECONFIG_FONTS_rpi = "fontconfig" | ||
| 6 | PACKAGECONFIG_append_rpi = " libinput examples tslib xkb xkbcommon-evdev" | ||
| 7 | PACKAGECONFIG_remove_rpi = "tests" | ||
| 8 | |||
| 9 | OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'eglfs_kms', 'eglfs_brcm', d)}" | ||
| 10 | |||
| 11 | do_configure_prepend_rpi() { | ||
| 12 | # Add the appropriate EGLFS_DEVICE_INTEGRATION | ||
| 13 | if [ "${@d.getVar('OE_QTBASE_EGLFS_DEVICE_INTEGRATION')}" != "" ]; then | ||
| 14 | echo "EGLFS_DEVICE_INTEGRATION = ${OE_QTBASE_EGLFS_DEVICE_INTEGRATION}" > ${S}/mkspecs/oe-device-extra.pri | ||
| 15 | echo "QT_QPA_DEFAULT_PLATFORM = eglfs" >> ${S}/mkspecs/oe-device-extra.pri | ||
| 16 | fi | ||
| 17 | } | ||
