mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
libretro-fbalpha: remove package
This commit is contained in:
parent
0df5877e97
commit
95a34894d5
@ -1,42 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libretro-fbalpha"
|
||||
PKG_VERSION="3edb7789803aaefeb34907f8dfec9d5bf26486ed"
|
||||
PKG_SHA256="3cd1b78fd1b253c798cd2ed1948e5d5ec4d481a398c323435108b3c3f5e29dab"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/libretro/fbalpha"
|
||||
PKG_URL="https://github.com/libretro/fbalpha/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_LONGDESC="game.libretro.fba: fba for Kodi"
|
||||
PKG_TOOLCHAIN="make"
|
||||
|
||||
PKG_LIBNAME="fbalpha_libretro.so"
|
||||
PKG_LIBPATH="${PKG_LIBNAME}"
|
||||
PKG_LIBVAR="FBALPHA_LIB"
|
||||
|
||||
pre_make_target() {
|
||||
PKG_MAKE_OPTS_TARGET="-f makefile.libretro CC=${CC} CXX=${CXX} GIT_VERSION=${PKG_VERSION:0:7}"
|
||||
|
||||
if [ "${PROJECT}" = "RPi" ]; then
|
||||
case ${DEVICE} in
|
||||
RPi)
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=armv"
|
||||
;;
|
||||
RPi2)
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=rpi2"
|
||||
;;
|
||||
esac
|
||||
else
|
||||
# NEON Support ?
|
||||
if target_has_feature neon; then
|
||||
PKG_MAKE_OPTS_TARGET+=" HAVE_NEON=1"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${SYSROOT_PREFIX}/usr/lib/cmake/${PKG_NAME}
|
||||
cp ${PKG_LIBPATH} ${SYSROOT_PREFIX}/usr/lib/${PKG_LIBNAME}
|
||||
echo "set(${PKG_LIBVAR} ${SYSROOT_PREFIX}/usr/lib/${PKG_LIBNAME})" > ${SYSROOT_PREFIX}/usr/lib/cmake/${PKG_NAME}/${PKG_NAME}-config.cmake
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user