mimic: Inherit pkgconfig

Fixes
configure.ac:132: error: possibly undefined macro: m4_ignore
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-09-22 08:57:38 -07:00
parent f62efbaf96
commit 51d17f85c9
@@ -25,7 +25,7 @@ SRC_URI = "git://github.com/MycroftAI/mimic1.git \
file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \
"
inherit autotools
inherit autotools pkgconfig
S = "${WORKDIR}/git"