mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
16 lines
431 B
Makefile
16 lines
431 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="misc-packages"
|
|
PKG_VERSION=""
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://libreelec.tv"
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="toolchain ${ADDITIONAL_PACKAGES}"
|
|
PKG_SECTION="virtual"
|
|
PKG_LONGDESC="misc-packages: Metapackage for miscellaneous packages"
|
|
|
|
if [ "${VFD_SUPPORT}" = "yes" ]; then
|
|
PKG_DEPENDS_TARGET+=" tm16xx-display"
|
|
fi
|