25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
FILESEXTRAPATHS:prepend:stm32mpcommon := "${THISDIR}/${PN}:"
|
|
|
|
SRC_URI:append:stm32mpcommon = " \
|
|
file://0001-Allow-to-get-hdmi-output-with-several-outputs.patch \
|
|
file://0002-Force-to-close-all-output.patch \
|
|
file://0004-Disable-request-to-EGL_DRM_RENDER_NODE_FILE_EXT.patch \
|
|
file://0005-clients-simple-egl-call-eglSwapInterval-after-eglMak.patch \
|
|
file://0006-Revert-libweston-libinput-device-Enable-Set-pointer-.patch \
|
|
"
|
|
|
|
SIMPLECLIENTS="egl,touch,dmabuf-v4l,dmabuf-egl"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms wayland egl clients', '', d)} \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \
|
|
${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)} \
|
|
${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'headless', d)} \
|
|
${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'sysvinit', 'launcher-libseat', '', d)} \
|
|
image-jpeg \
|
|
screenshare \
|
|
shell-desktop \
|
|
shell-fullscreen \
|
|
launch"
|
|
|
|
EXTRA_OEMESON += "-Ddeprecated-wl-shell=true"
|