Skip to content

Commit e6bd854

Browse files
reduce SDL2_Image's dependency chain
For the same reasons as outlined in fabiangreffrath@53ce004, this commit reduces SDL2_Image's dependency chain to only one hard dependency on libpng. While PNG support is absolutely expected from an image processing library, support for TIFF, JPEG and WEBP is demoted to soft dependencies which rely on the corresponding libraries being installed and available to get opened at run-time.
1 parent 96dae53 commit e6bd854

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

mingw-w64-SDL2_image/PKGBUILD

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ build() {
2828
--host=${MINGW_CHOST} \
2929
--enable-static \
3030
--enable-shared \
31-
--disable-jpg-shared \
32-
--disable-png-shared \
33-
--disable-tif-shared \
34-
--disable-webp-shared
31+
--disable-png-shared
3532

3633
make
3734
}

0 commit comments

Comments
 (0)