From af89c0fb66e4206ffd4afa1571c4e18c9e0714d3 Mon Sep 17 00:00:00 2001 From: SupervisedThinking Date: Thu, 4 Nov 2021 16:03:14 +0100 Subject: [PATCH] wayland-protocols: updated to 1.23 / don't build tests --- packages/wayland/wayland-protocols/package.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/wayland/wayland-protocols/package.mk b/packages/wayland/wayland-protocols/package.mk index c40171a910..834f4ac9a7 100644 --- a/packages/wayland/wayland-protocols/package.mk +++ b/packages/wayland/wayland-protocols/package.mk @@ -2,14 +2,16 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="wayland-protocols" -PKG_VERSION="1.20" -PKG_SHA256="9782b7a1a863d82d7c92478497d13c758f52e7da4f197aa16443f73de77e4de7" +PKG_VERSION="1.23" +PKG_SHA256="6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76" PKG_LICENSE="OSS" PKG_SITE="https://wayland.freedesktop.org/" PKG_URL="https://wayland.freedesktop.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_DEPENDS_TARGET="toolchain" PKG_LONGDESC="Specifications of extended Wayland protocols" +PKG_MESON_OPTS_TARGET="-Dtests=false" + post_makeinstall_target() { - rm -rf ${INSTALL} + safe_remove ${INSTALL} }