All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 01/16] xwayland: add a standalone recipe
Date: Fri, 19 Mar 2021 09:43:46 +0100	[thread overview]
Message-ID: <20210319084401.576728-1-alex.kanavin@gmail.com> (raw)

Please see here for the rationale for splitting XWayland out of
main xserver-xorg tree:
https://fedoraproject.org/wiki/Changes/XwaylandStandalone

Release announcement:
https://lists.x.org/archives/xorg-announce/2021-March/003076.html

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/conf/distro/include/maintainers.inc      |  1 +
 .../xwayland/xwayland_21.1.0.bb               | 21 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 meta/recipes-graphics/xwayland/xwayland_21.1.0.bb

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index ebaece9cb5..99aaa1e763 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 <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-xtrans = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-xuser-account = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-xvinfo = "Armin Kuster <akuster808@gmail.com>"
+RECIPE_MAINTAINER_pn-xwayland = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-xwininfo = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-xz = "Denys Dmytriyenko <denis@denix.org>"
 RECIPE_MAINTAINER_pn-zip = "Denys Dmytriyenko <denis@denix.org>"
diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.0.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.0.bb
new file mode 100644
index 0000000000..9aa0291e3e
--- /dev/null
+++ b/meta/recipes-graphics/xwayland/xwayland_21.1.0.bb
@@ -0,0 +1,21 @@
+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] = "8a71c3e8b95c43bb91bc3d7a4ff9075456a0cfe297721dbc8d4a76cf241d82fb"
+
+inherit meson features_check
+REQUIRED_DISTRO_FEATURES = "x11"
+
+DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy"
+
+FILES_${PN} += "${libdir}/xorg/protocol.txt"
+
-- 
2.29.2


             reply	other threads:[~2021-03-19  8:45 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-19  8:43 Alexander Kanavin [this message]
2021-03-19  8:43 ` [PATCH 02/16] weston: use standalone xwayland instead of outdated xserver-xorg version Alexander Kanavin
2021-03-19  8:43 ` [PATCH 03/16] vulkan: upgrade 1.2.162.0 -> 1.2.170.0 Alexander Kanavin
2021-03-19  8:43 ` [PATCH 04/16] bind: upgrade 9.16.11 -> 9.16.12 Alexander Kanavin
2021-03-19  8:43 ` [PATCH 05/16] spirv-headers: update to latest revision Alexander Kanavin
2021-03-19  8:43 ` [PATCH 06/16] spirv-tools: upgrade 2020.6 -> 2020.7 Alexander Kanavin
2021-03-19  8:43 ` [PATCH 07/16] mesa: update 20.3.4 -> 21.0.0 Alexander Kanavin
2021-03-22 11:29   ` [OE-core] " Martin Jansa
2021-03-22 14:00     ` Alexander Kanavin
2021-03-19  8:43 ` [PATCH 08/16] attr: update 2.4.48 -> 2.5.1 Alexander Kanavin
2021-03-19  8:43 ` [PATCH 09/16] asciidoc: update 9.0.4 -> 9.1.0 Alexander Kanavin
2021-03-19  8:43 ` [PATCH 10/16] libhandy: update 1.0.3 -> 1.2.0 Alexander Kanavin
2021-03-19  8:43 ` [PATCH 11/16] strace: update 5.10 -> 5.11 Alexander Kanavin
2021-03-19  8:43 ` [PATCH 12/16] automake: update 1.16.2 - > 1.16.3 Alexander Kanavin
2021-03-20  3:45   ` [OE-core] " Khem Raj
2021-03-20 22:01     ` Khem Raj
2021-03-19  8:43 ` [PATCH 13/16] xxhash: import from meta-oe Alexander Kanavin
2021-03-19  8:43 ` [PATCH 14/16] apt: update 1.8.2.2 -> 2.2.2 Alexander Kanavin
2021-03-19  8:44 ` [PATCH 15/16] apt: mark as incompatible with musl Alexander Kanavin
2021-03-19 16:58   ` [OE-core] " Khem Raj
2021-03-20  9:13     ` Alexander Kanavin
2021-03-20 21:50       ` Khem Raj
2021-03-19  8:44 ` [PATCH 16/16] libxcrypt: fix sporadic failures in nativesdk-libxcrypt-compat Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210319084401.576728-1-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.