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"
|
2023-04-26 07:49:45 +00:00
|
|
|
PKG_VERSION="cc0cd4addf68df7a14bf7f4c9c2daa6489fc20d7"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_LICENSE="OSS"
|
2023-04-26 07:49:45 +00:00
|
|
|
PKG_SITE="https://gitlab.freedesktop.org/wayland/wayland-protocols"
|
|
|
|
PKG_URL="${PKG_SITE}.git"
|
2022-02-05 14:23:32 +00:00
|
|
|
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}
|
|
|
|
}
|