Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions package/weston/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ config BR2_PACKAGE_WESTON
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBINPUT
select BR2_PACKAGE_LIBDISPLAY_INFO
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_SEATD
# Runtime dependency
Expand Down
6 changes: 3 additions & 3 deletions package/weston/weston.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From https://lists.freedesktop.org/archives/wayland-devel/2024-June/043655.html
sha256 27f68d96e3b97d98daadef13a202356524924fa381418fa6716b9136ef099093 weston-13.0.3.tar.xz
sha512 60e655b57cf418902ec6e4371883354165241d9a99a712aabe2165e11ac190dec22836fd885f5178def5416dc5f00e70042b022c96a8e0aa74827bbd4563f9cb weston-13.0.3.tar.xz
# From https://lists.freedesktop.org/archives/wayland-devel/2024-September/043776.html
sha256 47fd0325b0b948e9b003a38fdf4eb3a8581f3fdc740b8932b35ae8793bf4e4a5 weston-14.0.0.tar.xz
sha512 8bdeed91befd5cbb0bde0f1860ff7775c1835a5fa8c3bf26e99d2f0c16e81255fcf35bf338ae02d7826463d0efdf41ba3fe78e38e4c27787831dfa331acafc08 weston-14.0.0.tar.xz
sha256 fdb65868f65d0fbdb05c2d3b779e10ce9969fa0c4b9262ba4f260e87086ab860 COPYING
5 changes: 3 additions & 2 deletions package/weston/weston.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

WESTON_VERSION = 13.0.3
WESTON_VERSION = 14.0.0
WESTON_SITE = https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads
WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
WESTON_LICENSE = MIT
Expand All @@ -13,7 +13,8 @@ WESTON_CPE_ID_VENDOR = wayland
WESTON_INSTALL_STAGING = YES

WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \
libxkbcommon pixman libpng udev cairo libinput libdrm seatd
libxkbcommon pixman libpng udev cairo libinput libdisplay-info libdrm \
seatd

WESTON_CONF_OPTS = \
-Ddoc=false \
Expand Down

0 comments on commit 34d5874

Please sign in to comment.