mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
amremote: drop reference to non-existent package
This commit is contained in:
parent
da8ec75a11
commit
3fc18dd22c
@ -1,5 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="remote"
|
||||
PKG_VERSION="1"
|
||||
@ -13,7 +14,3 @@ PKG_LONGDESC="Meta package for installing various tools needed for remote suppor
|
||||
if [ "$ATVCLIENT_SUPPORT" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET atvclient"
|
||||
fi
|
||||
|
||||
if [ "$AMREMOTE_SUPPORT" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET amremote"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user