mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
qtbase: Enabel gbm always and add userland to depends
When using userland graphics, we need to install both userland and mesa-gl to complete the stack needed to build wayland support Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7e5fb3fca8
commit
9a7b5c9ad4
|
@ -1,7 +1,8 @@
|
|||
PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \
|
||||
bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2', \
|
||||
'', d), d)}"
|
||||
PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' gbm kms', '', d)}"
|
||||
PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}"
|
||||
PACKAGECONFIG_GL_append_rpi = " gbm"
|
||||
PACKAGECONFIG_FONTS_rpi = "fontconfig"
|
||||
PACKAGECONFIG_append_rpi = " libinput examples tslib xkb xkbcommon-evdev"
|
||||
PACKAGECONFIG_remove_rpi = "tests"
|
||||
|
@ -15,3 +16,4 @@ do_configure_prepend_rpi() {
|
|||
fi
|
||||
}
|
||||
RDEPENDS_${PN}_append_rpi = " userland"
|
||||
DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user