mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
build: add pkgconfig files
patch by Jan Engelhardt (jengelh at medozas dot de) fixes http://code.google.com/p/webp/issues/detail?id=64 Change-Id: I5b3bc9b88af967e48b949d9c85daacda45693b1f
This commit is contained in:
@ -3,6 +3,11 @@ AM_INIT_AUTOMAKE
|
||||
AC_PROG_LIBTOOL
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH],
|
||||
[Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]),
|
||||
[pkgconfigdir="$withval"], [pkgconfigdir='${libdir}/pkgconfig'])
|
||||
AC_SUBST([pkgconfigdir])
|
||||
|
||||
dnl === check for PNG support ===
|
||||
|
||||
PNG_INCLUDES=""
|
||||
|
Reference in New Issue
Block a user