libraw: add dependency on host-pkgconf
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 12 Feb 2016 09:19:31 +0000 (10:19 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 13 Feb 2016 17:27:42 +0000 (18:27 +0100)
commitc51bddcdda2794a6b5a1e441c0d6cb030ed5b64f
treeed39593a64ea6d3ee8a10ec34bd935d737483279
parentdeb9ffd91f7c9131ee32dfed952d3db81b4a8791
libraw: add dependency on host-pkgconf

Otherwise, it fails to autoreconf with a weird error message:

configure.ac:15: error: possibly undefined macro: AC_SUBST
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:40: error: possibly undefined macro: AC_MSG_WARN

Indeed, the configure.ac uses PKG_CHECK_MODULES(), so we need to have
the corresponding m4 file installed by host-pkgconf.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libraw/libraw.mk