mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
web-webkit: added WebKit branch of OH Web browser
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3637 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "Multi-platform web browsing application."
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl"
|
||||
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http"
|
||||
|
||||
S = "${WORKDIR}/webkit"
|
||||
|
||||
inherit autotools pkgconfig gconf
|
||||
|
||||
FILES_${PN} += "${datadir}/web2"
|
||||
Reference in New Issue
Block a user