summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-11-22 17:55:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-11 17:21:40 +0000
commitb0b646ab3c4ae47a5d356d6dded4f72131d66ab8 (patch)
tree4bf8b93d515283469fccfb82d4b0abeb0361e653 /meta/recipes-gnome
parent7dc792da69ace87d86a8c16fd7ffb9113e18f8da (diff)
downloadpoky-b0b646ab3c4ae47a5d356d6dded4f72131d66ab8.tar.gz
Revert "epiphany: remove unnecessary libwnck3 dependency"
This version of epiphany still needs libwnck3. This reverts commit fb5c4f181176710a4cfb3c875b5edb4e5aa5df73. (From OE-Core rev: eec53627ac5c3aa811a0bd97f06a4827ef0189d3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/epiphany/epiphany_3.20.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb
index 91158929a3..eba480b2f6 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.20.3.bb
@@ -2,10 +2,11 @@ SUMMARY = "WebKit based web browser for GNOME"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4 4
5DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes ca-certificates avahi libnotify gcr \ 5DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes ca-certificates avahi libnotify gcr libwnck3 \
6 gsettings-desktop-schemas gnome-desktop3 libxml2-native intltool-native" 6 gsettings-desktop-schemas gnome-desktop3 libxml2-native intltool-native"
7 7
8inherit gnomebase gsettings distro_features_check upstream-version-is-even 8inherit gnomebase gsettings distro_features_check upstream-version-is-even
9# libwnck3 is x11 only
9REQUIRED_DISTRO_FEATURES = "x11" 10REQUIRED_DISTRO_FEATURES = "x11"
10 11
11SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch" 12SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch"
@@ -21,3 +22,4 @@ do_configure_prepend() {
21FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" 22FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers"
22RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" 23RDEPENDS_${PN} = "iso-codes adwaita-icon-theme"
23RRECOMMENDS_${PN} = "ca-certificates" 24RRECOMMENDS_${PN} = "ca-certificates"
25