lcms2: migrate to meson build

This commit is contained in:
Rudi Heitbaum 2022-08-28 02:07:48 +00:00
parent 90a6f3e308
commit a260370bbf

View File

@ -10,7 +10,5 @@ PKG_URL="https://github.com/mm2/Little-CMS/releases/download/lcms${PKG_VERSION}/
PKG_DEPENDS_TARGET="toolchain tiff" PKG_DEPENDS_TARGET="toolchain tiff"
PKG_LONGDESC="An small-footprint color management engine, with special focus on accuracy and performance." PKG_LONGDESC="An small-footprint color management engine, with special focus on accuracy and performance."
PKG_BUILD_FLAGS="+pic" PKG_BUILD_FLAGS="+pic"
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \ PKG_MESON_OPTS_TARGET="--default-library static"
--enable-static"