wl: add virtual pkg for wayland displayserver

This commit is contained in:
SupervisedThinking 2021-12-15 14:00:01 +01:00
parent 7ed4d18956
commit 2cbf30d3b9

View File

@ -0,0 +1,16 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="wl"
PKG_VERSION=""
PKG_LICENSE="OSS"
PKG_SITE="https://wayland.freedesktop.org/"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="virtual"
PKG_LONGDESC="Wayland is intended as a simpler replacement for X, easier to develop and maintain."
# Compositor
if [ -n "${WINDOWMANAGER}" -a "${WINDOWMANAGER}" != "no" ]; then
PKG_DEPENDS_TARGET+=" ${WINDOWMANAGER}"
fi