mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-27 12:40:19 +00:00
8718bb269bb3e217da80d2d141d035614aeb3010
ExternalWindow unconditionally declares an Xlib "Window xid" struct member, but GTK4 only exposes the Window typedef (via gdk/x11/gdkx.h) when it was itself built with the X11 backend. On a Wayland-only GTK4 build (GDK_WINDOWING_X11 undefined), this fails to compile even though sushi's own X11 handle parsing still needs an integer member to track x11: handles received over the window handle protocol. Fall back to gulong, the same underlying type as Xlib's Window, when GDK_WINDOWING_X11 is not defined. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <raj.khem@gmail.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Languages
BitBake
85.1%
Shell
5.6%
NASL
3.4%
C
2.6%
Roff
1.8%
Other
1.3%