Re: [OE-core] [PATCH] wayland: consider pkgconfig sysroot for pkgdatadir

2023-10-11 Thread Khem Raj
On Wed, Oct 11, 2023 at 12:59 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2023-10-11 at 09:48 +0200, Alexander Kanavin wrote: > > Hello Andreas, > > > > thanks for the explanation, this s fine, but can you add it to the > > commit message so it's preserved in history?

Re: [OE-core] [PATCH] wayland: consider pkgconfig sysroot for pkgdatadir

2023-10-11 Thread Richard Purdie
On Wed, 2023-10-11 at 09:48 +0200, Alexander Kanavin wrote: > Hello Andreas, > > thanks for the explanation, this s fine, but can you add it to the > commit message so it's preserved in history? > > I'd say we do need to switch to a maintained implementation of > pkgconfig, and align with

Re: [OE-core] [PATCH] wayland: consider pkgconfig sysroot for pkgdatadir

2023-10-11 Thread Alexander Kanavin
Hello Andreas, thanks for the explanation, this s fine, but can you add it to the commit message so it's preserved in history? I'd say we do need to switch to a maintained implementation of pkgconfig, and align with regular distros on that, Ross, do you know if something's holding that back

Re: [OE-core] [PATCH] wayland: consider pkgconfig sysroot for pkgdatadir

2023-10-05 Thread Andreas Cord-Landwehr
Hi Alex, this patch is needed for building kwin and layer-shell-qt from meta-kde layer. Right now, we carry this patch for Wayland to fix essentially pkg-config's call "pkg-config --variable=pkgdatadir wayland-client" to locate the folder with wayland.xml, which is needed during code

Re: [OE-core] [PATCH] wayland: consider pkgconfig sysroot for pkgdatadir

2023-10-05 Thread Alexander Kanavin
Can you show where this is causing problems for you? We're not seeing the issue in CI builds, so the problem this is solving needs to be better explained. Also upstream has a point: we should migrate away from a long unmaintained freedesktop pkg-config. Alex On Sun, 1 Oct 2023 at 12:28, Andreas

[OE-core] [PATCH] wayland: consider pkgconfig sysroot for pkgdatadir

2023-10-01 Thread Andreas Cord-Landwehr
Fix pkgconfig find calls to find wayland protocol XML files. See discussion in: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/102 Signed-off-by: Andreas Cord-Landwehr --- ...der-pkgconfig-sysroot-for-pkgdatadir.patch | 46 +++ .../wayland/wayland_1.22.0.bb