agg, disable static library (#8324)

This commit is contained in:
Schrijvers Luc
2023-04-10 11:38:35 +02:00
committed by GitHub
parent 024a8fb8d2
commit dc8bc08d21

View File

@@ -4,7 +4,7 @@ graphic library, written in industrially standard C++."
HOMEPAGE="https://en.wikipedia.org/wiki/Anti-Grain_Geometry"
COPYRIGHT="2002-2006 Maxim Shemanarev"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://sourceforge.net/projects/cross-stuff/files/OldFiles/agg-2.5.tar.gz"
CHECKSUM_SHA256="ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f"
PATCHES="agg-2.5.patchset"
@@ -90,7 +90,8 @@ BUILD()
--enable-ctrl \
--enable-gpc \
--enable-platform \
--disable-examples
--disable-examples \
--disable-static
make $jobArgs
}
@@ -111,6 +112,7 @@ INSTALL()
packageEntries devel \
$developDir \
$dataRootDir/aclocal
packageEntries sdl \
$libDir/libaggplatformsdl*
}