mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-05 22:07:59 +00:00
15 lines
636 B
Makefile
15 lines
636 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="lcms2"
|
|
PKG_VERSION="2.16"
|
|
PKG_SHA256="d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51"
|
|
PKG_LICENSE="MIT/GPLv3"
|
|
PKG_SITE="http://www.littlecms.com"
|
|
PKG_URL="https://github.com/mm2/Little-CMS/releases/download/lcms${PKG_VERSION}/lcms2-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain tiff"
|
|
PKG_LONGDESC="An small-footprint color management engine, with special focus on accuracy and performance."
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Ddefault_library=static -Dprefer_static=true -Dutils=true"
|