[oe-commits] Martin Jansa : libwnck(3): Add dependency on libxres

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:48 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 91fc7aad6d3e70eec1a61d41c8643aa3c7346213
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=91fc7aad6d3e70eec1a61d41c8643aa3c7346213

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 22:44:17 2013 +0200

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 at gmail.com>

---

 meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb |    2 +-
 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 5171576..51a6ab7 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"
 BPN = "libwnck"
 
 SECTION = "x11/libs"
-DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native"
+DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native libxres"
 
 PR = "r1"
 
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 661bc42..6d23e27 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"
 PR = "r2"
 
 SECTION = "x11/libs"
-DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native"
+DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native libxres"
 
 PACKAGECONFIG ??= "startup-notification"
 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"



More information about the Openembedded-commits mailing list