aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 08:57:38 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commit51d17f85c93ff5e69943ac9bd3ae05cb9bfcf5e1 (patch)
treef68edf8355168f4906948c60f9ef75692bf0517f /meta-multimedia
parentf62efbaf96a77069aabcbce8dbad61c0d9db2ab5 (diff)
downloadmeta-openembedded-contrib-51d17f85c93ff5e69943ac9bd3ae05cb9bfcf5e1.tar.gz
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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb
index f4e26d52c3..412a272eed 100644
--- a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb
+++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb
@@ -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"