Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: sdl2_image 2.6.0-2: Disable std_image for greater compatibility
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@450576 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
svenstaro authored and svntogit committed Jul 9, 2022
1 parent 08fb2a7 commit 12d9b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
pkgname=sdl2_image
pkgver=2.6.0
pkgrel=1
pkgrel=2
pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
arch=('x86_64')
url="https://github.com/libsdl-org/SDL_image"
Expand All @@ -18,6 +18,7 @@ build() {
./configure --disable-static --prefix=/usr \
--disable-jpg-shared \
--disable-png-shared \
--disable-stb-image \
--disable-tif-shared \
--disable-jxl-shared \
--disable-webp-shared
Expand Down

0 comments on commit 12d9b1c

Please sign in to comment.