diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-04-18 22:01:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-29 13:42:17 +0100 |
commit | de20bf01e43e3575000686f2e79f9c859df03743 (patch) | |
tree | 6364cbaa30ed4dacc9865a7ac68e8fa05e52c331 /meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | |
parent | 56aaa6450b119d8427e2ccf8b9d794013f2243e4 (diff) | |
download | poky-de20bf01e43e3575000686f2e79f9c859df03743.tar.gz |
libnotify: add dbus-glib dependency
* | No package 'dbus-glib-1' found
| configure:11865: error: Package requirements (gtk+-2.0 >= 2.18, glib-2.0 >= 2.6,
dbus-1 >= 0.76, dbus-glib-1 >= 0.76 gmodule-2.0) were not met:
* introduced in:
commit 5c1eeb5d16566521e45947b07fdcd9f552fec45b
Author: Alexandru Palalau <alexandrux.palalau@intel.com>
Date: Thu Feb 27 12:05:41 2014 +0200
libnotify: don't use gnome.bbclass
because gnome.bbclass was adding gconf->dbus-glib dependency
* it was also causing other recipes to fail when they were depending
on libnotify which has dbus-glib in pkg-config and dbus-glib was
missing, e.g. firefox:
| checking for libnotify >= 0.4... Package dbus-glib-1 was not found
in the pkg-config search path. Perhaps you should add the directory
containing `dbus-glib-1.pc' to the PKG_CONFIG_PATH environment
variable Package 'dbus-glib-1', required by 'libnotify', not found
| configure: error: Library requirements (libnotify >= 0.4) not met;
consider adjusting the PKG_CONFIG_PATH environment variable if your
libraries are in a nonstandard prefix so pkg-config can find them.
(From OE-Core rev: abb2571a6352fc33a8b78ab0886d443894cda3b6)
(From OE-Core rev: 63281707f0360e97e43d08f022e8aa2c1df131fa)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libnotify/libnotify_0.6.0.bb')
-rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb index a1f2fbcde4..1d92b6482f 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | |||
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | DEPENDS = "dbus gtk+" | 8 | DEPENDS = "dbus gtk+ dbus-glib" |
9 | 9 | ||
10 | inherit gnomebase | 10 | inherit gnomebase |
11 | SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516" | 11 | SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516" |