forked from libretro/Lakka-LibreELEC
18 lines
621 B
Makefile
18 lines
621 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="wayland-protocols"
|
|
PKG_VERSION="1.31"
|
|
PKG_SHA256="a07fa722ed87676ec020d867714bc9a2f24c464da73912f39706eeef5219e238"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="https://wayland.freedesktop.org/"
|
|
PKG_URL="https://gitlab.freedesktop.org/wayland/${PKG_NAME}/-/releases/${PKG_VERSION}/downloads/${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}
|
|
}
|