aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-19 17:34:40 +0100
committerKhem Raj <raj.khem@gmail.com>2023-05-20 00:45:51 -0700
commit2697f5bcf4f2396efe93a3597d2f96290d9fd2a8 (patch)
tree4cfac0e8a59f9a42d12850a0f25d65edf539616b /meta-xfce
parent0713297ae90cdf6fc7339ebdcaf5f6f839bcd028 (diff)
downloadmeta-openembedded-2697f5bcf4f2396efe93a3597d2f96290d9fd2a8.tar.gz
imsettings: add missing DEPENDS on autoconf-archive-native
This can be satisfied via transitive dependencies, but make it an explicit DEPENDS. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb
index cdf4557cd3..21e9b3908f 100644
--- a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb
+++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit autotools gtk-doc gobject-introspection gettext features_check
-DEPENDS = "gtk+3 libnotify"
+DEPENDS = "autoconf-archive-native gtk+3 libnotify"
REQUIRED_DISTRO_FEATURES = "x11"