evas-native: add libxext-native as dependency
[openembedded.git] / recipes / gnome / epiphany_svn.bb
blob0c9f974f82d47a9333b31e4b340dc8f15dce57d0
1 DESCRIPTION = "GNOME default webbrowser"
2 DEPENDS = "gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
3 RDEPENDS = "gnome-vfs-plugin-http iso-codes"
5 PV = "2.20.1+svnr${SRCREV}"
6 PR = "r1"
8 inherit gnome
10 SRC_URI = "svn://svn.gnome.org/svn/epiphany;module=trunk;proto=http"
11 S = "${WORKDIR}/trunk"
13 EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}"
15 do_configure_prepend() {
16 touch ${S}/gnome-doc-utils.make
19 FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"