diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 21:12:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 21:12:28 +0000 |
commit | 6324a8e01afdc7b19cc8b091503d78d8c75b0167 (patch) | |
tree | 6d4f7b0bca1651f74d4640a82b7aa0f76f7a6cfc /meta/packages/webkit/webkit-gtk_svn.bb | |
parent | 5d57d6e1b2d3fa8ad11f798803d5d6d49f9af1c0 (diff) | |
download | poky-6324a8e01afdc7b19cc8b091503d78d8c75b0167.tar.gz |
webkit-gtk: merge with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3639 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/webkit/webkit-gtk_svn.bb')
-rw-r--r-- | meta/packages/webkit/webkit-gtk_svn.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/meta/packages/webkit/webkit-gtk_svn.bb b/meta/packages/webkit/webkit-gtk_svn.bb index 262c6820db..6a99a96001 100644 --- a/meta/packages/webkit/webkit-gtk_svn.bb +++ b/meta/packages/webkit/webkit-gtk_svn.bb | |||
@@ -1,15 +1,23 @@ | |||
1 | DEPENDS = "curl icu libxml2 cairo libxslt libidn gnutls gtk+" | 1 | DEPENDS = "curl icu libxml2 cairo libxslt libidn gnutls gtk+" |
2 | 2 | ||
3 | # If you activate HTML5 media support (ENABLE_VIDEO=1) you'll need: | ||
4 | # DEPENDS += " gstreamer gst-plugins-base gnome-vfs " | ||
5 | |||
3 | 6 | ||
4 | WEBKIT_PORT = "gtk-port" | 7 | WEBKIT_PORT = "gtk-port" |
5 | WEBKIT_EXTRA_OPTIONS = "CONFIG-=qt" | 8 | WEBKIT_EXTRA_OPTIONS = "CONFIG-=qt" |
6 | 9 | ||
7 | FILES_webkit-gtklauncher = "${bindir}/GtkLauncher" | 10 | FILES_webkit-gtklauncher = "${bindir}/GtkLauncher" |
8 | FILES_webkit-gtklauncher-dbg = "${bindir}/.debug/GtkLauncher" | 11 | FILES_webkit-gtklauncher-dbg += "${bindir}/.debug/GtkLauncher" |
9 | 12 | ||
10 | require webkit.inc | 13 | require webkit.inc |
11 | 14 | ||
12 | PR = "r3" | 15 | SRC_URI += "file://autogen.sh \ |
16 | file://configure.ac \ | ||
17 | file://GNUmakefile.am \ | ||
18 | " | ||
19 | |||
20 | PR = "r4" | ||
13 | 21 | ||
14 | do_install() { | 22 | do_install() { |
15 | install -d ${D}${bindir} | 23 | install -d ${D}${bindir} |