All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][oe-core][PATCH] xwayland: update 23.2.5 -> 23.2.6
@ 2024-04-14 14:06 Markus Volk
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Volk @ 2024-04-14 14:06 UTC (permalink / raw
  To: openembedded-core

- add a PACKAGECONFIG for libdecor

! This will require to move libei from meta-oe to oe-core !

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../xwayland/{xwayland_23.2.5.bb => xwayland_23.2.6.bb}      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xwayland/{xwayland_23.2.5.bb => xwayland_23.2.6.bb} (89%)

diff --git a/meta/recipes-graphics/xwayland/xwayland_23.2.5.bb b/meta/recipes-graphics/xwayland/xwayland_23.2.6.bb
similarity index 89%
rename from meta/recipes-graphics/xwayland/xwayland_23.2.5.bb
rename to meta/recipes-graphics/xwayland/xwayland_23.2.6.bb
index b934a873d1..62241a1258 100644
--- a/meta/recipes-graphics/xwayland/xwayland_23.2.5.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_23.2.6.bb
@@ -10,20 +10,21 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
 
 SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz"
-SRC_URI[sha256sum] = "33ec7ff2687a59faaa52b9b09aa8caf118e7ecb6aed8953f526a625ff9f4bd90"
+SRC_URI[sha256sum] = "1c9a366b4e7ccadba0f9bd313c59eae12d23bd72543b22a26eaf8b20835cfc6d"
 
 UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
 
 inherit meson features_check pkgconfig
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt"
+DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libei libepoxy libxcvt"
 
 OPENGL_PKGCONFIGS = "glx glamor dri3"
 PACKAGECONFIG ??= "${XORG_CRYPTO} \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \
 "
 PACKAGECONFIG[dri3] = "-Ddri3=true,-Ddri3=false,libxshmfence"
+PACKAGECONFIG[libdecor] = "-Dlibdecor=true,-Dlibdecor=false,libdecor"
 PACKAGECONFIG[glx] = "-Dglx=true,-Dglx=false,virtual/libgl virtual/libx11"
 PACKAGECONFIG[glamor] = "-Dglamor=true,-Dglamor=false,libepoxy virtual/libgbm,libegl"
 PACKAGECONFIG[unwind] = "-Dlibunwind=true,-Dlibunwind=false,libunwind"
-- 
2.44.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [RFC][oe-core][PATCH] xwayland: update 23.2.5 -> 23.2.6
       [not found] <17C62AA529E16CB6.8361@lists.openembedded.org>
@ 2024-04-14 14:09 ` Markus Volk
  2024-04-15  9:54   ` Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: Markus Volk @ 2024-04-14 14:09 UTC (permalink / raw
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3102 bytes --]

This requires libei which is currently in meta-oe

On Sun, Apr 14 2024 at 04:06:52 PM +02:00:00, Markus Volk 
<f_l_k@t-online.de> wrote:
> - add a PACKAGECONFIG for libdecor
> 
> ! This will require to move libei from meta-oe to oe-core !
> 
> Signed-off-by: Markus Volk <f_l_k@t-online.de 
> <mailto:f_l_k@t-online.de>>
> ---
>  .../xwayland/{xwayland_23.2.5.bb => xwayland_23.2.6.bb}      | 5 
> +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/xwayland/{xwayland_23.2.5.bb => 
> xwayland_23.2.6.bb} (89%)
> 
> diff --git a/meta/recipes-graphics/xwayland/xwayland_23.2.5.bb 
> b/meta/recipes-graphics/xwayland/xwayland_23.2.6.bb
> similarity index 89%
> rename from meta/recipes-graphics/xwayland/xwayland_23.2.5.bb
> rename to meta/recipes-graphics/xwayland/xwayland_23.2.6.bb
> index b934a873d1..62241a1258 100644
> --- a/meta/recipes-graphics/xwayland/xwayland_23.2.5.bb
> +++ b/meta/recipes-graphics/xwayland/xwayland_23.2.6.bb
> @@ -10,20 +10,21 @@ LICENSE = "MIT"
>  LIC_FILES_CHKSUM = 
> "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" 
> <file://copying;md5=5df87950af51ac2c5822094553ea1880/>
> 
>  SRC_URI = 
> "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz 
> <https://www.x.org/archive/individual/xserver/xwayland-$%7BPV%7D.tar.xz>"
> -SRC_URI[sha256sum] = 
> "33ec7ff2687a59faaa52b9b09aa8caf118e7ecb6aed8953f526a625ff9f4bd90"
> +SRC_URI[sha256sum] = 
> "1c9a366b4e7ccadba0f9bd313c59eae12d23bd72543b22a26eaf8b20835cfc6d"
> 
>  UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
> 
>  inherit meson features_check pkgconfig
>  REQUIRED_DISTRO_FEATURES = "x11 opengl"
> 
> -DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland 
> wayland-native wayland-protocols libdrm libepoxy libxcvt"
> +DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland 
> wayland-native wayland-protocols libdrm libei libepoxy libxcvt"
> 
>  OPENGL_PKGCONFIGS = "glx glamor dri3"
>  PACKAGECONFIG ??= "${XORG_CRYPTO} \
>                     ${@bb.utils.contains 
> <mailto:${@bb.utils.contains>('DISTRO_FEATURES', 'opengl', 
> '${OPENGL_PKGCONFIGS}', '', d)} \
>  "
>  PACKAGECONFIG[dri3] = "-Ddri3=true,-Ddri3=false,libxshmfence"
> +PACKAGECONFIG[libdecor] = "-Dlibdecor=true,-Dlibdecor=false,libdecor"
>  PACKAGECONFIG[glx] = "-Dglx=true,-Dglx=false,virtual/libgl 
> virtual/libx11"
>  PACKAGECONFIG[glamor] = "-Dglamor=true,-Dglamor=false,libepoxy 
> virtual/libgbm,libegl"
>  PACKAGECONFIG[unwind] = 
> "-Dlibunwind=true,-Dlibunwind=false,libunwind"
> --
> 2.44.0
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#198209): 
> <https://lists.openembedded.org/g/openembedded-core/message/198209>
> Mute This Topic: <https://lists.openembedded.org/mt/105517140/3618223>
> Group Owner: openembedded-core+owner@lists.openembedded.org 
> <mailto:openembedded-core+owner@lists.openembedded.org>
> Unsubscribe: 
> <https://lists.openembedded.org/g/openembedded-core/unsub> 
> [f_l_k@t-online.de <mailto:f_l_k@t-online.de>]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


[-- Attachment #2: Type: text/html, Size: 3513 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC][oe-core][PATCH] xwayland: update 23.2.5 -> 23.2.6
  2024-04-14 14:09 ` [RFC][oe-core][PATCH] xwayland: update 23.2.5 -> 23.2.6 Markus Volk
@ 2024-04-15  9:54   ` Alexander Kanavin
  2024-04-15 11:01     ` Markus Volk
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kanavin @ 2024-04-15  9:54 UTC (permalink / raw
  To: f_l_k; +Cc: openembedded-core

Then the libei move should be sent together with the update as a set.
libei first.

Alex

On Sun, 14 Apr 2024 at 16:08, Markus Volk via lists.openembedded.org
<f_l_k=t-online.de@lists.openembedded.org> wrote:
>
> This requires libei which is currently in meta-oe
>
> On Sun, Apr 14 2024 at 04:06:52 PM +02:00:00, Markus Volk <f_l_k@t-online.de> wrote:
>
> - add a PACKAGECONFIG for libdecor ! This will require to move libei from meta-oe to oe-core ! Signed-off-by: Markus Volk <f_l_k@t-online.de> --- .../xwayland/{xwayland_23.2.5.bb => xwayland_23.2.6.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xwayland/{xwayland_23.2.5.bb => xwayland_23.2.6.bb} (89%) diff --git a/meta/recipes-graphics/xwayland/xwayland_23.2.5.bb b/meta/recipes-graphics/xwayland/xwayland_23.2.6.bb similarity index 89% rename from meta/recipes-graphics/xwayland/xwayland_23.2.5.bb rename to meta/recipes-graphics/xwayland/xwayland_23.2.6.bb index b934a873d1..62241a1258 100644 --- a/meta/recipes-graphics/xwayland/xwayland_23.2.5.bb +++ b/meta/recipes-graphics/xwayland/xwayland_23.2.6.bb @@ -10,20 +10,21 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" -SRC_URI[sha256sum] = "33ec7ff2687a59faaa52b9b09aa8caf118e7ecb6aed8953f526a625ff9f4bd90" +SRC_URI[sha256sum] = "1c9a366b4e7ccadba0f9bd313c59eae12d23bd72543b22a26eaf8b20835cfc6d" UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar" inherit meson features_check pkgconfig REQUIRED_DISTRO_FEATURES = "x11 opengl" -DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt" +DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libei libepoxy libxcvt" OPENGL_PKGCONFIGS = "glx glamor dri3" PACKAGECONFIG ??= "${XORG_CRYPTO} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \ " PACKAGECONFIG[dri3] = "-Ddri3=true,-Ddri3=false,libxshmfence" +PACKAGECONFIG[libdecor] = "-Dlibdecor=true,-Dlibdecor=false,libdecor" PACKAGECONFIG[glx] = "-Dglx=true,-Dglx=false,virtual/libgl virtual/libx11" PACKAGECONFIG[glamor] = "-Dglamor=true,-Dglamor=false,libepoxy virtual/libgbm,libegl" PACKAGECONFIG[unwind] = "-Dlibunwind=true,-Dlibunwind=false,libunwind"
> --
> 2.44.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#198210): https://lists.openembedded.org/g/openembedded-core/message/198210
> Mute This Topic: https://lists.openembedded.org/mt/105517140/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC][oe-core][PATCH] xwayland: update 23.2.5 -> 23.2.6
  2024-04-15  9:54   ` Alexander Kanavin
@ 2024-04-15 11:01     ` Markus Volk
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Volk @ 2024-04-15 11:01 UTC (permalink / raw
  To: Alexander Kanavin; +Cc: f_l_k, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

On Mon, Apr 15 2024 at 11:54:13 AM +02:00:00, Alexander Kanavin 
<alex.kanavin@gmail.com> wrote:
> Then the libei move should be sent together with the update as a set.
> libei first.


Sent an update. I'll take care to send a patch to meta-oe to remove 
libei, once this is accepted in oe-core



[-- Attachment #2: Type: text/html, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-15 11:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <17C62AA529E16CB6.8361@lists.openembedded.org>
2024-04-14 14:09 ` [RFC][oe-core][PATCH] xwayland: update 23.2.5 -> 23.2.6 Markus Volk
2024-04-15  9:54   ` Alexander Kanavin
2024-04-15 11:01     ` Markus Volk
2024-04-14 14:06 Markus Volk

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.