summaryrefslogtreecommitdiff
path: root/package/weston
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-28 19:43:24 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-28 21:44:42 +0200
commit9f623e9835ecc039afc210410f334e544de018e0 (patch)
tree35f473a75bf1971fddd6d22f9451d9e516414b2b /package/weston
parent74a9ad0cb9aa4524928cb640898fe0403b456861 (diff)
misc fixes for cog
Diffstat (limited to 'package/weston')
-rw-r--r--package/weston/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/package/weston/Makefile b/package/weston/Makefile
index 3355dd394..9165036cd 100644
--- a/package/weston/Makefile
+++ b/package/weston/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= weston
-PKG_VERSION:= 14.0.1
+PKG_VERSION:= 14.0.2
PKG_RELEASE:= 1
-PKG_HASH:= a8150505b126a59df781fe8c30c8e6f87da7013e179039eb844a5bbbcc7c79b3
+PKG_HASH:= 633f4e0f232ad150300c95ffcbc646fedf1349487bf389dbd2045fa69013d6e2
PKG_DESCR:= wayland compositor
PKG_SECTION:= x11/drivers
PKG_DEPENDS:= wayland libxkbcommon libinput libpng libjpeg-turbo libseat mesa libexpat
@@ -14,7 +14,9 @@ PKG_DEPENDS+= libwebp pam libxcursor libudev xkeyboard-config cairo libffi libd
PKG_DEPENDS+= libdisplay-info
PKG_BUILDDEP:= wayland wayland-protocols libxkbcommon libinput libpng libjpeg-turbo expat
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_SITES:= https://gitlab.freedesktop.org/wayland/weston/-/archive/$(PKG_VERSION)/
+
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
include $(ADK_TOPDIR)/mk/package.mk
@@ -29,7 +31,9 @@ MESON_FLAGS+= -Dsystemd=false \
-Dbackend-pipewire=false \
-Dxwayland=false \
-Dtest-junit-xml=false \
- -Ddemo-clients=false
+ -Ddemo-clients=false \
+ -Dshell-fullscreen=true \
+ -Drenderer-gl=true
WRKBUILD= $(WRKDIR)/$(PKG_NAME)-obj