diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 06:32:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 06:32:37 +0200 |
commit | afa71feffbed65ee10b60179c825b11ad154dbf1 (patch) | |
tree | c8bf1992de32a5820267c124bd664f13197f897f /package | |
parent | f1e27085967145092676fe070dac1a5a17b959d3 (diff) |
xwayland: update to 24.1.6
Diffstat (limited to 'package')
-rw-r--r-- | package/xwayland/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/xwayland/Makefile b/package/xwayland/Makefile index 2e0848cdd..5ec1dbc9a 100644 --- a/package/xwayland/Makefile +++ b/package/xwayland/Makefile @@ -4,18 +4,18 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= xwayland -PKG_VERSION:= 21.1.3 +PKG_VERSION:= 24.1.6 PKG_RELEASE:= 1 -PKG_HASH:= ebc2757f39fd4c7db1654fd86591589c211aa20172d43a54f77ae567cedbf8a2 +PKG_HASH:= 737e612ca36bbdf415a911644eb7592cf9389846847b47fa46dc705bd754d2d7 PKG_DESCR:= wayland server PKG_SECTION:= x11/drivers PKG_DEPENDS:= wayland wayland-protocols libepoxy libtirpc -PKG_DEPENDS+= pixman libxkbfile libxfont2 font-util libressl +PKG_DEPENDS+= pixman libxkbfile libxfont2 font-util libopenssl PKG_DEPENDS+= libxdmcp libxshmfence libx11 libxcb libxext PKG_DEPENDS+= libxau libfreetype libfontenc PKG_BUILDDEP:= wayland wayland-protocols libepoxy libtirpc PKG_BUILDDEP+= pixman xorgproto libxkbfile libXfont2 font-util -PKG_BUILDDEP+= libressl libXdmcp libxshmfence libX11 libxcb +PKG_BUILDDEP+= openssl libXdmcp libxshmfence libX11 libxcb PKG_BUILDDEP+= libXext libXau freetype libfontenc PKG_URL:= https://xorg.freedesktop.org/ PKG_SITES:= https://www.x.org/releases/individual/xserver/ |