fluidlite, disable static library (#7697)

This commit is contained in:
Schrijvers Luc
2022-12-29 16:00:21 +01:00
committed by GitHub
parent c9e995d00f
commit 07da14457d

View File

@@ -14,7 +14,7 @@ implemented externally."
HOMEPAGE="https://github.com/divideconcept/FluidLite"
COPYRIGHT="2016 Robin Lobel"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
srcGitRev="e64b4b3161cab212fffe7d1d3fb1c05750c363cc"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="b6c4bff689bfd2b8e57b771640da019ee6cf3580a96ddced3954f9f84b66410f"
@@ -61,17 +61,18 @@ BUILD_PREREQUIRES="
BUILD()
{
cmake -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DENABLE_SF3=YES \
-DSTB_VORBIS=NO .
make $jobArgs
cmake -Bbuild -S. \
-DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DFLUIDLITE_BUILD_STATIC:BOOL=OFF \
-DENABLE_SF3=YES \
-DSTB_VORBIS=NO
make -C build $jobArgs
}
INSTALL()
{
make install
make -C build install
prepareInstalledDevelLib libfluidlite
fixPkgconfig