generic-poky/meta/packages/web/web-webkit_svn.bb
Marcin Juszkiewicz 6f1924f76c web-webkit: link with g++
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3650 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-31 17:49:33 +00:00

21 lines
477 B
BlitzBasic

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}"
PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \
file://link-with-g++.patch;patch=1"
S = "${WORKDIR}/webkit"
inherit autotools pkgconfig gconf
do_configure_prepend() {
touch ${S}/src/dummy.cpp
}
FILES_${PN} += "${datadir}/web2"