diff options
Diffstat (limited to 'recipes/gnome/epiphany_2.24.0.bb')
-rw-r--r-- | recipes/gnome/epiphany_2.24.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/gnome/epiphany_2.24.0.bb b/recipes/gnome/epiphany_2.24.0.bb new file mode 100644 index 0000000000..d2d45475b7 --- /dev/null +++ b/recipes/gnome/epiphany_2.24.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "GNOME default webbrowser" +DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification" +RDEPENDS = "gnome-vfs-plugin-http" + +inherit gnome + + +EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}" + +do_configure_prepend() { + touch ${S}/gnome-doc-utils.make + sed -i -e s:help::g Makefile.am +} + +FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" + + |