aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 09:26:05 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:36 -0700
commit9d114f918782dceff456229299acbb7a78d1e870 (patch)
treedf2595d2cecc5408bc31c73dfa8ee4ed43cebed6
parent70ed4432b1945e87780414b5e379d4d7709cbdd7 (diff)
downloadmeta-openembedded-contrib-9d114f918782dceff456229299acbb7a78d1e870.tar.gz
yad: Inherit pkgconfig
Fixes ../git/configure: line 4933: syntax error near unexpected token `GTK,' ../git/configure: line 4933: `PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.22.0 gtk+-unix-print-3.0)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/yad/yad_6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/yad/yad_6.0.bb b/meta-oe/recipes-graphics/yad/yad_6.0.bb
index 46ce671317..6ede557c7c 100644
--- a/meta-oe/recipes-graphics/yad/yad_6.0.bb
+++ b/meta-oe/recipes-graphics/yad/yad_6.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "git://github.com/v1cont/yad.git"
SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02"
-inherit autotools gsettings features_check
+inherit autotools gsettings features_check pkgconfig
REQUIRED_DISTRO_FEATURES = "x11"