aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-09 12:56:24 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2022-04-15 14:53:57 +0200
commit5b71df60e523423b9df6793de9387f87a149ac42 (patch)
tree094fcbfc31fd6e4e9e70f39d96f8c89ef526d6ae
parent851a0ad540c41cfa6c09d66cd8fec15b63149492 (diff)
qt5-creator: add pkgconfig to inherit
Fixes many complaints in configure as: | sh: line 1: pkg-config: command not found Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qt5-creator_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-creator_git.bb b/recipes-qt/qt5/qt5-creator_git.bb
index 670c83b7..699a15e2 100644
--- a/recipes-qt/qt5/qt5-creator_git.bb
+++ b/recipes-qt/qt5/qt5-creator_git.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
"
-inherit qmake5 mime-xdg
+inherit qmake5 pkgconfig mime-xdg
DEPENDS += "qtbase qtscript qtxmlpatterns qtx11extras qtdeclarative qttools qttools-native qtsvg chrpath-replacement-native zlib"
DEPENDS:append:libc-musl = " libexecinfo"