Skip to content

Commit

Permalink
build: Force link with libwebp to get WebPGetInfo
Browse files Browse the repository at this point in the history
Fixes #152 (GitHub).
  • Loading branch information
hpjansson committed Jul 26, 2023
1 parent a98c086 commit 1a22c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -150,7 +150,7 @@ AS_IF([test "$with_tools" != no], [
,
with_webp=yes)
AS_IF([test "$with_webp" != no], [
PKG_CHECK_MODULES(WEBP, [libwebpdemux],,
PKG_CHECK_MODULES(WEBP, [libwebp libwebpdemux],,
missing_rpms="$missing_rpms libwebp-devel"
missing_debs="$missing_debs libwebp-dev"
with_webp=no)])
Expand Down

0 comments on commit 1a22c4e

Please sign in to comment.