diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-05-08 16:45:02 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-10 20:19:28 +0200 |
commit | 76754d02a612aa308440b4f3c9fde06a7d226797 (patch) | |
tree | dadbcb83d43a24585bd0ed24e7d244b4ddefd05b /meta-gnome/recipes-gnome | |
parent | 631efeaada464d864524bbb5d330a9d78142a273 (diff) | |
download | meta-openembedded-76754d02a612aa308440b4f3c9fde06a7d226797.tar.gz |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb index c939a4900..d273e6c1e 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
4 | 4 | ||
5 | SECTION = "x11/libs" | 5 | SECTION = "x11/libs" |
6 | DEPENDS = "gtk+ gdk-pixbuf-native libxres" | 6 | DEPENDS = "intltool-native gtk+ gdk-pixbuf-native libxres" |
7 | 7 | ||
8 | PACKAGECONFIG ??= "startup-notification" | 8 | PACKAGECONFIG ??= "startup-notification" |
9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |