mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 10:26:23 +00:00
2fef238f35
Revert "gperftools: add package providing tcmalloc_minimal" Revert "Add TCMALLOC_SUPPORT parameter to add libtcmalloc_minimal to the image" This reverts commits: 85e3d8d4e052a37391c2f2d9748be4b4140e2c42 780c7a3db02599afe1f8eda138be17623e9b5a38 d6d915d0cc58e82f85c1c66354962dd648e3b6a8
19 lines
572 B
Makefile
19 lines
572 B
Makefile
# 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="libc"
|
|
PKG_VERSION=""
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://libreelec.tv"
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="toolchain glibc tz libidn2"
|
|
PKG_DEPENDS_INIT="toolchain glibc:init"
|
|
PKG_SECTION="virtual"
|
|
PKG_LONGDESC="Meta package for installing various tools and libs needed for libc"
|
|
|
|
if [ "${ARM_MEM_SUPPORT}" = "yes" ]; then
|
|
PKG_DEPENDS_TARGET+=" arm-mem"
|
|
PKG_DEPENDS_INIT+=" arm-mem:init"
|
|
fi
|