On Mon, Apr 19, 2021 at 2:02 AM Alexander Kanavin
<[email protected]> wrote:
>
> Signed-off-by: Alexander Kanavin <[email protected]>
> ---
> meta/recipes-graphics/wayland/weston_9.0.0.bb | 2 +-
> meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 -
> 2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb
> b/meta/recipes-graphics/wayland/weston_9.0.0.bb
> index 50fbfa613b..34ac66d4e9 100644
> --- a/meta/recipes-graphics/wayland/weston_9.0.0.bb
> +++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb
> @@ -124,7 +124,7 @@ SUMMARY_libweston-${WESTON_MAJOR_VERSION} = "Helper
> library for implementing 'wa
> FILES_${PN}-examples = "${bindir}/*"
>
> FILES_${PN}-xwayland =
> "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so"
> -RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland"
> +RDEPENDS_${PN}-xwayland += "xwayland"
this patch causes weston to not start with sysvinit since xwayland.so
plugin is no longer available, I have sent a follow up
to fix this fallout.
>
> RDEPENDS_${PN} += "xkeyboard-config"
> RRECOMMENDS_${PN} = "weston-init liberation-fonts"
> diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> index b3e03744c0..da025171db 100644
> --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> @@ -122,7 +122,6 @@ EXTRA_OECONF += "--with-fop=no \
> OPENGL_PKGCONFIGS = "dri glx glamor dri3 xshmfence"
> PACKAGECONFIG ??= "dga dri2 udev ${XORG_CRYPTO} \
> ${@bb.utils.contains('DISTRO_FEATURES', 'opengl',
> '${OPENGL_PKGCONFIGS}', '', d)} \
> - ${@bb.utils.contains('DISTRO_FEATURES', 'opengl wayland',
> 'xwayland', '', d)} \
> ${@bb.utils.contains('DISTRO_FEATURES', 'systemd',
> 'systemd systemd-logind', '', d)} \
> "
>
> --
> 2.30.2
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#150798):
https://lists.openembedded.org/g/openembedded-core/message/150798
Mute This Topic: https://lists.openembedded.org/mt/82204285/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-