diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 22:44:17 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:13:54 +0200 |
commit | 91fc7aad6d3e70eec1a61d41c8643aa3c7346213 (patch) | |
tree | f57d27e6c962e1e6cc5322cbd8f2a2d8afd6b617 /meta-gnome/recipes-gnome/libwnck | |
parent | b7f29b6f51f17340349032db574a6c282c4f89af (diff) | |
download | meta-openembedded-91fc7aad6d3e70eec1a61d41c8643aa3c7346213.tar.gz |
libwnck(3): Add dependency on libxres
* it's autodetected from sysroot and configure doesn't allow to explicitly disable it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck')
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 2 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb index 51715763e..51a6ab716 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
5 | BPN = "libwnck" | 5 | BPN = "libwnck" |
6 | 6 | ||
7 | SECTION = "x11/libs" | 7 | SECTION = "x11/libs" |
8 | DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native" | 8 | DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native libxres" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb index 661bc428f..6d23e2702 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
5 | PR = "r2" | 5 | PR = "r2" |
6 | 6 | ||
7 | SECTION = "x11/libs" | 7 | SECTION = "x11/libs" |
8 | DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native" | 8 | DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native libxres" |
9 | 9 | ||
10 | PACKAGECONFIG ??= "startup-notification" | 10 | PACKAGECONFIG ??= "startup-notification" |
11 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 11 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |