pixman, disable static library (#7654)

This commit is contained in:
Schrijvers Luc
2022-12-25 15:28:28 +01:00
committed by GitHub
parent d74e84ad35
commit e6f3f1a29d

View File

@@ -10,7 +10,7 @@ COPYRIGHT="1987-1998 The Open Group
2009-2010 Nokia Corporation
and many others"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://cairographics.org/releases/pixman-$portVersion.tar.gz"
CHECKSUM_SHA256="da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7"
@@ -47,7 +47,7 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}