diff --git a/frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch b/frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch index 4c38023..8fde3b2 100644 --- a/frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch +++ b/frameworks/wayland/patches/001-fix-wayland-scanner-detect.patch @@ -1,6 +1,6 @@ --- a/src/meson.build +++ b/src/meson.build -@@ -81,8 +81,12 @@ if get_option('scanner') +@@ -80,8 +80,12 @@ if get_option('scanner') endif if meson.is_cross_build() or not get_option('scanner') diff --git a/libs/wayland-utils/Makefile b/libs/wayland-utils/Makefile index 2e8afae..200a5fb 100644 --- a/libs/wayland-utils/Makefile +++ b/libs/wayland-utils/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wayland-utils -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/$(PKG_VERSION)/downloads/ -PKG_HASH:=d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4 +PKG_HASH:=a39d0e65617c6ae186d768c223f57060a3a435f6f9f02d03074f945313bfcf0d PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT