Re: [OE-core] [PATCH v2] gstreamer1.0-plugins-good: Provide Qt6 option for qmlgl

2024-04-02 Thread Andreas Cord-Landwehr
fixed in > gstreamer source, particularly its meson files? > > Alex > > On Mon, 1 Apr 2024 at 09:14, Andreas Cord-Landwehr wrote: > > Introduce PACKAGECONFIG option for Qt6 and provide meson cross-build > > file that helps meson to locate qt native binaries. > >

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: Provide Qt6 option for qmlgl

2023-10-09 Thread Andreas Cord-Landwehr
On 05.10.23 23:14, Khem Raj wrote: On Thu, Oct 5, 2023 at 12:27 PM Richard Purdie wrote: On Thu, 2023-10-05 at 21:22 +0200, Andreas Cord-Landwehr wrote: On 04.10.23 20:42, Richard Purdie wrote: On Wed, 2023-10-04 at 20:19 +0200, Andreas Cord-Landwehr wrote: On 04.10.23 20:10, Khem Raj

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: Provide Qt6 option for qmlgl

2023-10-05 Thread Andreas Cord-Landwehr
On 04.10.23 20:42, Richard Purdie wrote: On Wed, 2023-10-04 at 20:19 +0200, Andreas Cord-Landwehr wrote: On 04.10.23 20:10, Khem Raj wrote: On Wed, Oct 4, 2023 at 9:09 AM Andreas Cord-Landwehr wrote: Gstreamer release 1.22.0 introduced option for Qt6 API. Signed-off-by: Andreas Cord

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

2023-10-05 Thread Andreas Cord-Landwehr
e 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 Cord-Landwehr wrote: Fix pkgconfig find calls to find way

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: Provide Qt6 option for qmlgl

2023-10-04 Thread Andreas Cord-Landwehr
On 04.10.23 20:10, Khem Raj wrote: On Wed, Oct 4, 2023 at 9:09 AM Andreas Cord-Landwehr wrote: Gstreamer release 1.22.0 introduced option for Qt6 API. Signed-off-by: Andreas Cord-Landwehr --- .../gstreamer/gstreamer1.0-plugins-good_1.22.5.bb | 10 -- 1 file changed, 8

[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

Re: [OE-core] [PATCH] Provide additional OECORE_EXTRA_SYSROOT variable

2017-02-05 Thread Andreas Cord-Landwehr
Good morning, just want to bump this patch. Does anyone have a comment or questions? Cheers, Andreas On Monday, January 9, 2017 8:22:24 PM CET Andreas Cord-Landwehr wrote: > When compiling against a Yocto generated SDK and using an install folder > outside of the SDK's folder, CM

[OE-core] [PATCH] Provide additional OECORE_EXTRA_SYSROOT variable

2017-01-09 Thread Andreas Cord-Landwehr
s one wants to modify a project's CMake files. This patch adds an additional environment variable OECORE_EXTRA_SYSROOT to specify such an additional sysroot location that can optionally be used when building against a Yocto SDK using this toolchain file. Signed-off-by: Andreas Cord-Landwehr