mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
wl: add virtual pkg for wayland displayserver
This commit is contained in:
parent
7ed4d18956
commit
2cbf30d3b9
16
packages/virtual/wl/package.mk
Normal file
16
packages/virtual/wl/package.mk
Normal 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
|
Loading…
x
Reference in New Issue
Block a user