mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
web-webkit: link with g++
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3650 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
src/Makefile.am | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
--- webkit.orig/src/Makefile.am
|
||||||
|
+++ webkit/src/Makefile.am
|
||||||
|
@@ -1,11 +1,11 @@
|
||||||
|
AM_CPPFLAGS=-DPKGDATADIR=\"$(pkgdatadir)\"
|
||||||
|
AM_CFLAGS = -Wall -export-dynamic $(WEB_CFLAGS)
|
||||||
|
|
||||||
|
bin_PROGRAMS = web2
|
||||||
|
|
||||||
|
-web2_SOURCES = web2.h web2-main.c web2-utils.c web2-utils.h
|
||||||
|
+web2_SOURCES = web2.h web2-main.c web2-utils.c web2-utils.h dummy.cpp
|
||||||
|
web2_LDADD = $(WEB_LIBS)
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = config.h.in Makefile.in
|
||||||
|
|
||||||
|
uidir = $(pkgdatadir)
|
||||||
@@ -4,11 +4,17 @@ SECTION = "x11"
|
|||||||
DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl"
|
DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl"
|
||||||
|
|
||||||
PV = "0.0+svnr${SRCREV}"
|
PV = "0.0+svnr${SRCREV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \
|
||||||
|
file://link-with-g++.patch;patch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/webkit"
|
S = "${WORKDIR}/webkit"
|
||||||
|
|
||||||
inherit autotools pkgconfig gconf
|
inherit autotools pkgconfig gconf
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
touch ${S}/src/dummy.cpp
|
||||||
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/web2"
|
FILES_${PN} += "${datadir}/web2"
|
||||||
|
|||||||
Reference in New Issue
Block a user