diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 06:30:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 06:32:37 +0200 |
commit | dbd04a0754ab658693e899b71a388b271209d140 (patch) | |
tree | 88834f799ff39fee8a98ebbd6cfabdf5b976c311 /package | |
parent | 589e9379f7b4bbaabef7a4f0b83dee8ddf65adb6 (diff) |
weston: update to 14.0.1
Diffstat (limited to 'package')
-rw-r--r-- | package/weston/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package/weston/Makefile b/package/weston/Makefile index 5ce452214..205104b99 100644 --- a/package/weston/Makefile +++ b/package/weston/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= weston -PKG_VERSION:= 13.0.3 +PKG_VERSION:= 14.0.1 PKG_RELEASE:= 1 -PKG_HASH:= 27f68d96e3b97d98daadef13a202356524924fa381418fa6716b9136ef099093 +PKG_HASH:= a8150505b126a59df781fe8c30c8e6f87da7013e179039eb844a5bbbcc7c79b3 PKG_DESCR:= wayland compositor PKG_SECTION:= x11/drivers PKG_DEPENDS:= wayland libxkbcommon libinput libpng libjpeg-turbo libseat mesa libexpat @@ -15,8 +15,6 @@ PKG_BUILDDEP:= wayland wayland-protocols libxkbcommon libinput libpng libjpeg-t PKG_BUILDDEP+= libwebp pam libXcursor eudev cairo libseat libffi libdrm libdisplay-info mesa PKG_SITES:= https://gitlab.freedesktop.org/wayland/weston/-/releases/$(PKG_VERSION)/downloads/ -PKG_CFLINE_WESTON:= select ADK_PACKAGE_CAIRO_WITH_PNG@ - include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,WESTON,weston,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION))) @@ -48,7 +46,7 @@ weston-install: $(INSTALL_DIR) $(IDIR_WESTON)/usr/lib $(CP) $(WRKINST)/usr/lib/weston \ $(IDIR_WESTON)/usr/lib/ - $(CP) $(WRKINST)/usr/lib/libweston-13 \ + $(CP) $(WRKINST)/usr/lib/libweston-14 \ $(IDIR_WESTON)/usr/lib/ $(CP) $(WRKINST)/usr/lib/*so* \ $(IDIR_WESTON)/usr/lib/ |