]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
weston: upgrade 14.0.1 -> 14.0.2
authorGyorgy Sarvari <skandigraun@gmail.com>
Thu, 12 Jun 2025 14:20:34 +0000 (16:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jun 2025 16:56:27 +0000 (17:56 +0100)
commit0ebf7dc82498e7dfabb45fd4e6f7b80375a93835
tree27d7b60fd8a19edea789c0e1042549b34bcf5d49
parent1b85d84c736a0fa5cb27b8716ca37f181464c85a
weston: upgrade 14.0.1 -> 14.0.2

While at it, also add libpam as a dependency to the vnc pkgconf, to
avoid the following error:

| Run-time dependency pam found: NO (tried pkgconfig and cmake)
|
| ../weston-14.0.2/libweston/meson.build:95:15: ERROR: C shared or static library 'pam' not found

Changelog:
 - frontend: Fix crash in output resize handler
 - libweston: fix bitshift in weston_idalloc_get_id()
 - libweston: fix realloc in weston_idalloc
 - libweston: refactor update_lowest_free_bucket()
 - libweston-desktop: don't try to move child surfaces to not existing layer
 - libweston/input.c: Fix weston crash with the mouse event
 - windowed-output-api.h: Provide ARRAY_LENGH() for windowed-output-api
 - drm: Fix underlay test
 - compositor: Mark pnode accordingly when buffer type is direct
 - compositor: re-order paint node placeholder checks
 - gl-renderer: Take direct-display into consideration
 - shared: fix binding-modifier none
 - vnc: Allow neatvnc in version 0.9.0
 - compositor: Prevent startup crash when hdcp mode is set on display
 - libweston/desktop: Avoid a potential crash on invalid resource
 - libweston/desktop: Don't destroy the xdg_surface

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/weston_14.0.2.bb [moved from meta/recipes-graphics/wayland/weston_14.0.1.bb with 98% similarity]