2022-02-05 14:23:32 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
PKG_NAME="wayland-protocols"
|
2022-08-27 20:22:17 +00:00
|
|
|
PKG_VERSION="1.26"
|
|
|
|
PKG_SHA256="c553384c1c68afd762fa537a2569cc9074fe7600da12d3472761e77a2ba56f13"
|
2022-02-05 14:23:32 +00:00
|
|
|
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 wayland:host"
|
|
|
|
PKG_LONGDESC="Specifications of extended Wayland protocols"
|
|
|
|
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dtests=false"
|
|
|
|
|
|
|
|
post_makeinstall_target() {
|
|
|
|
safe_remove ${INSTALL}
|
|
|
|
}
|