diff options
Diffstat (limited to 'recipes-qt/qt5/qtwayland-git/0002-Temporarily-patching-this-out-as-Qt5.0.0-does-not-ha.patch')
-rw-r--r-- | recipes-qt/qt5/qtwayland-git/0002-Temporarily-patching-this-out-as-Qt5.0.0-does-not-ha.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/recipes-qt/qt5/qtwayland-git/0002-Temporarily-patching-this-out-as-Qt5.0.0-does-not-ha.patch b/recipes-qt/qt5/qtwayland-git/0002-Temporarily-patching-this-out-as-Qt5.0.0-does-not-ha.patch deleted file mode 100644 index 77172908..00000000 --- a/recipes-qt/qt5/qtwayland-git/0002-Temporarily-patching-this-out-as-Qt5.0.0-does-not-ha.patch +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | From 5b7c89d211a193acfd182eb0519b658629af3193 Mon Sep 17 00:00:00 2001 | ||
2 | From: Mikko Levonmaa <mikko.levonmaa@palm.com> | ||
3 | Date: Fri, 1 Mar 2013 13:00:53 -0800 | ||
4 | Subject: [PATCH 2/3] Temporarily patching this out as Qt5.0.0 does not have | ||
5 | qtHaveModule | ||
6 | |||
7 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
8 | --- | ||
9 | src/compositor/compositor_api/compositor_api.pri | 4 ++-- | ||
10 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
11 | |||
12 | diff --git a/src/compositor/compositor_api/compositor_api.pri b/src/compositor/compositor_api/compositor_api.pri | ||
13 | index f0bbe76..e7905e5 100644 | ||
14 | --- a/src/compositor/compositor_api/compositor_api.pri | ||
15 | +++ b/src/compositor/compositor_api/compositor_api.pri | ||
16 | @@ -12,7 +12,7 @@ SOURCES += \ | ||
17 | |||
18 | QT += core-private | ||
19 | |||
20 | -qtHaveModule(quick) { | ||
21 | +#qtHaveModule(quick) { | ||
22 | SOURCES += \ | ||
23 | compositor_api/qwaylandsurfaceitem.cpp \ | ||
24 | compositor_api/qwaylandsurfacenode.cpp \ | ||
25 | @@ -27,4 +27,4 @@ qtHaveModule(quick) { | ||
26 | |||
27 | QT += qml quick | ||
28 | QT += quick-private gui-private | ||
29 | -} | ||
30 | +#} | ||
31 | -- | ||
32 | 1.8.2.1 | ||
33 | |||