Skip to content

Commit

Permalink
graphics/sdl2_image: enable WEBP by default (needed for games/naev)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jun 19, 2023
1 parent 8ab4f26 commit 67ad790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/sdl2_image/Makefile
@@ -1,6 +1,7 @@
PORTNAME= sdl2_image
DISTVERSIONPREFIX= release-
DISTVERSION= 2.6.3
PORTREVISION= 1
CATEGORIES= graphics

MAINTAINER= amdmi3@FreeBSD.org
Expand All @@ -22,7 +23,7 @@ CMAKE_ARGS= -DSDL2IMAGE_DEBUG_POSTFIX:STRING=
USE_LDCONFIG= yes

OPTIONS_DEFINE= AVIF JPEG JXL PNG TIFF WEBP TEST
OPTIONS_DEFAULT=AVIF JPEG JXL PNG
OPTIONS_DEFAULT=AVIF JPEG JXL PNG WEBP

JPEG_USES= jpeg
JPEG_CMAKE_BOOL= SDL2IMAGE_JPG
Expand Down

0 comments on commit 67ad790

Please sign in to comment.