On Thu, Mar 11, 2021 at 4:05 AM Alexander Kanavin <[email protected]> wrote: > > Please see here for the rationale for splitting XWayland out of > main xserver-xorg tree: > https://fedoraproject.org/wiki/Changes/XwaylandStandalone >
I think this is a good change. Should we disable xwayland packageconfig in xserver-xorg recipe as well since I see that it gets activated with opengl wayland being in distro features. so I wonder if we can completely turn it off > Signed-off-by: Alexander Kanavin <[email protected]> > --- > meta/conf/distro/include/maintainers.inc | 1 + > .../xwayland/xwayland_21.0.99.902.bb | 19 +++++++++++++++++++ > 2 files changed, 20 insertions(+) > create mode 100644 meta/recipes-graphics/xwayland/xwayland_21.0.99.902.bb > > diff --git a/meta/conf/distro/include/maintainers.inc > b/meta/conf/distro/include/maintainers.inc > index 9093f2d7fd..d507c70091 100644 > --- a/meta/conf/distro/include/maintainers.inc > +++ b/meta/conf/distro/include/maintainers.inc > @@ -797,6 +797,7 @@ RECIPE_MAINTAINER_pn-xset = "Armin Kuster > <[email protected]>" > RECIPE_MAINTAINER_pn-xtrans = "Armin Kuster <[email protected]>" > RECIPE_MAINTAINER_pn-xuser-account = "Armin Kuster <[email protected]>" > RECIPE_MAINTAINER_pn-xvinfo = "Armin Kuster <[email protected]>" > +RECIPE_MAINTAINER_pn-xwayland = "Armin Kuster <[email protected]>" > RECIPE_MAINTAINER_pn-xwininfo = "Armin Kuster <[email protected]>" > RECIPE_MAINTAINER_pn-xz = "Denys Dmytriyenko <[email protected]>" > RECIPE_MAINTAINER_pn-zip = "Denys Dmytriyenko <[email protected]>" > diff --git a/meta/recipes-graphics/xwayland/xwayland_21.0.99.902.bb > b/meta/recipes-graphics/xwayland/xwayland_21.0.99.902.bb > new file mode 100644 > index 0000000000..75daa71902 > --- /dev/null > +++ b/meta/recipes-graphics/xwayland/xwayland_21.0.99.902.bb > @@ -0,0 +1,19 @@ > +SUMMARY = "XWayland is an X Server that runs under Wayland." > +DESCRIPTION = "XWayland is an X Server running as a Wayland client, \ > +and thus is capable of displaying native X11 client applications in a \ > +Wayland compositor environment. The goal of XWayland is to facilitate \ > +the transition from X Window System to Wayland environments, providing \ > +a way to run unported applications in the meantime." > +HOMEPAGE = "https://fedoraproject.org/wiki/Changes/XwaylandStandalone" > + > +LICENSE = "MIT-X" > +LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" > + > +SRC_URI = > "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" > +SRC_URI[sha256sum] = > "799491dd99cb2c6dbdf05162441d0469a2a9b36e089755eb59729dd38f44adce" > + > +inherit meson > + > +DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland > wayland-native wayland-protocols libdrm libepoxy" > + > +FILES_${PN} += "${libdir}/xorg/protocol.txt" > -- > 2.29.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149304): https://lists.openembedded.org/g/openembedded-core/message/149304 Mute This Topic: https://lists.openembedded.org/mt/81250939/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
