libheif, disable static library (#8362)

This commit is contained in:
Schrijvers Luc
2023-04-13 14:19:37 +02:00
committed by GitHub
parent 42962b0c13
commit 8c75b656a4

View File

@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/strukturag/libheif"
COPYRIGHT="2017-2020 Struktur AG"
LICENSE="MIT
GNU LGPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/strukturag/libheif/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65"
@@ -99,7 +99,8 @@ BUILD()
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \
--disable-gdk-pixbuf \
--enable-tests
--enable-tests \
--disable-static
make $jobArgs
}