libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / gnome / epiphany_2.30.2.bb
blob85e9dd44128abc5ec2b4e56bc5760ee77ea12ff2
1 DESCRIPTION = "GNOME default webbrowser"
2 DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
3 RDEPENDS_${PN} = "gnome-vfs-plugin-http iso-codes"
4 PR = "r1"
6 inherit gnome
8 SRC_URI[archive.md5sum] = "29b084acfa016540d91d3601ec3dff5c"
9 SRC_URI[archive.sha256sum] = "cd0124e71e72142593cfeb442d58d97e99ba94ace6e31d94717fe977c0bfb98a"
12 EXTRA_OECONF = "--disable-nss --with-engine=webkit --with-distributor-name=${DISTRO}"
14 do_configure_prepend() {
15 touch ${S}/gnome-doc-utils.make
16 sed -i -e s:help::g Makefile.am
19 FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"