diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 17:02:59 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:23 +0200 |
commit | c04257fcbf2f1efd9224dbc0b94433dfa931dbca (patch) | |
tree | db10dcfe8c9cfac187478e4e86f9798191ece508 /meta-gnome/recipes-gnome/epiphany | |
parent | 62435508cff094ab65174c6652ace04fe53ff28a (diff) | |
download | meta-openembedded-c04257fcbf2f1efd9224dbc0b94433dfa931dbca.tar.gz |
epiphany: add dependency on libnotify
* fixes floating dependency:
epiphany/epiphany/latest lost dependency on libnotify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/epiphany')
-rw-r--r-- | meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb index 4c8c58ada..9e1a0dc7d 100644 --- a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb +++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "GNOME default webbrowser" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring avahi" | 5 | DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring avahi libnotify" |
6 | 6 | ||
7 | inherit gnome | 7 | inherit gnome |
8 | SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8cb65352d64" | 8 | SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8cb65352d64" |