mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 02:16:19 +00:00
16 lines
691 B
Makefile
16 lines
691 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="assimp"
|
|
PKG_VERSION="5.2.5"
|
|
PKG_SHA256="b5219e63ae31d895d60d98001ee5bb809fb2c7b2de1e7f78ceeb600063641e1a"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://github.com/assimp/assimp"
|
|
PKG_URL="https://github.com/assimp/assimp/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain zlib"
|
|
PKG_LONGDESC="A library to import and export various 3d-model-formats including scene-post-processing to generate missing render data."
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DASSIMP_BUILD_ASSIMP_TOOLS=OFF \
|
|
-DASSIMP_BUILD_TESTS=OFF \
|
|
-DASSIMP_WARNINGS_AS_ERRORS=OFF"
|