diff options
| -rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 58b7b47..4202651 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \ | 1 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \ |
| 2 | bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2', \ | 2 | bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2', \ |
| 3 | '', d), d)}" | 3 | '', d), d)}" |
| 4 | PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' gbm kms', '', d)}" | 4 | PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}" |
| 5 | PACKAGECONFIG_GL_append_rpi = " gbm" | ||
| 5 | PACKAGECONFIG_FONTS_rpi = "fontconfig" | 6 | PACKAGECONFIG_FONTS_rpi = "fontconfig" |
| 6 | PACKAGECONFIG_append_rpi = " libinput examples tslib xkb xkbcommon-evdev" | 7 | PACKAGECONFIG_append_rpi = " libinput examples tslib xkb xkbcommon-evdev" |
| 7 | PACKAGECONFIG_remove_rpi = "tests" | 8 | PACKAGECONFIG_remove_rpi = "tests" |
| @@ -15,3 +16,4 @@ do_configure_prepend_rpi() { | |||
| 15 | fi | 16 | fi |
| 16 | } | 17 | } |
| 17 | RDEPENDS_${PN}_append_rpi = " userland" | 18 | RDEPENDS_${PN}_append_rpi = " userland" |
| 19 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | ||
