mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
(cherry picked from commit 2697f5bcf4)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
7075b40f41
commit
2a0f5686c9
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user