Fix configuration of webp libraries
* configure.ac: Link with libwebpdecoder along with libwebpdemux. (bug#61988)
This commit is contained in:
parent
1c67e4f895
commit
de4277af00
1 changed files with 2 additions and 1 deletions
|
@ -2803,7 +2803,8 @@ if test "${with_webp}" != "no"; then
|
|||
|| test "${HAVE_W32}" = "yes" || test "${HAVE_NS}" = "yes" \
|
||||
|| test "${HAVE_BE_APP}" = "yes" || test "${HAVE_PGTK}" = "yes"; then
|
||||
WEBP_REQUIRED=0.6.0
|
||||
WEBP_MODULE="libwebpdemux >= $WEBP_REQUIRED"
|
||||
WEBP_MODULE="libwebpdemux >= $WEBP_REQUIRED \
|
||||
libwebpdecoder >= $WEBP_REQUIRED"
|
||||
|
||||
EMACS_CHECK_MODULES([WEBP], [$WEBP_MODULE])
|
||||
AC_SUBST([WEBP_CFLAGS])
|
||||
|
|
Loading…
Add table
Reference in a new issue