mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libwnck: fix WARNING
WARNING: libwnck-2.31.0-r0 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
84fdde35fd
commit
d2077f0532
|
|
@ -3,7 +3,7 @@ LICENSE = "LGPLv2"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
DEPENDS = "gtk+ gdk-pixbuf-native libxres"
|
||||
DEPENDS = "intltool-native gtk+ gdk-pixbuf-native libxres"
|
||||
|
||||
PACKAGECONFIG ??= "startup-notification"
|
||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user