summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/files/WebKit.pro
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-13 15:20:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:06 +0100
commit7765ad4d69bfb6c15fb436e509574629e896f2e6 (patch)
tree2c0d8faef77d56cf28bbce2b90a5619e5e5a3fd6 /meta/recipes-sato/webkit/files/WebKit.pro
parentc9f855e0400dd8050a459bf34f685159218f7e53 (diff)
downloadpoky-7765ad4d69bfb6c15fb436e509574629e896f2e6.tar.gz
webkit-gtk: remove svn recipe
(From OE-Core rev: ecb18e2b6a8fc16b323f93c62ed5ff5b080c5dd0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/files/WebKit.pro')
-rw-r--r--meta/recipes-sato/webkit/files/WebKit.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-sato/webkit/files/WebKit.pro b/meta/recipes-sato/webkit/files/WebKit.pro
deleted file mode 100644
index bc14feb5f6..0000000000
--- a/meta/recipes-sato/webkit/files/WebKit.pro
+++ /dev/null
@@ -1,21 +0,0 @@
1TEMPLATE = subdirs
2CONFIG += ordered
3!gtk-port:CONFIG += qt-port
4qt-port {
5 lessThan(QT_MINOR_VERSION, 4) {
6 !win32-*:SUBDIRS += WebKit/qt/Plugins
7 }
8}
9SUBDIRS += \
10 WebCore \
11 JavaScriptCore/kjs/testkjs.pro
12
13qt-port {
14 SUBDIRS += WebKit/qt/QtLauncher
15
16 !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
17}
18
19gtk-port:SUBDIRS += \
20 WebKitTools/GtkLauncher \
21 WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro