diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-4.8.4/0027-tools.pro-disable-qmeegographicssystemhelper.patch')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.4/0027-tools.pro-disable-qmeegographicssystemhelper.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.4/0027-tools.pro-disable-qmeegographicssystemhelper.patch b/meta/recipes-qt/qt4/qt4-4.8.4/0027-tools.pro-disable-qmeegographicssystemhelper.patch new file mode 100644 index 0000000000..6e30aeed02 --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-4.8.4/0027-tools.pro-disable-qmeegographicssystemhelper.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From 0460e2a5f13aaf0081c3c9fec89280046842ddbb Mon Sep 17 00:00:00 2001 | ||
2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
3 | Date: Wed, 3 Jul 2013 17:48:30 +0100 | ||
4 | Subject: [PATCH] tools.pro: disable qmeegographicssystemhelper | ||
5 | |||
6 | We don't want this enabled just because we have EGL and OpenGL ES 2.0 | ||
7 | enabled. | ||
8 | |||
9 | Upstream-Status: Inappropriate [config] | ||
10 | |||
11 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
12 | --- | ||
13 | tools/tools.pro | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/tools/tools.pro b/tools/tools.pro | ||
17 | index 0e27053..2d3f36d 100644 | ||
18 | --- a/tools/tools.pro | ||
19 | +++ b/tools/tools.pro | ||
20 | @@ -49,4 +49,4 @@ QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)" | ||
21 | |||
22 | !win32:!embedded:!mac:!symbian:CONFIG += x11 | ||
23 | |||
24 | -x11:contains(QT_CONFIG, opengles2):contains(QT_CONFIG, egl):SUBDIRS += qmeegographicssystemhelper | ||
25 | +#x11:contains(QT_CONFIG, opengles2):contains(QT_CONFIG, egl):SUBDIRS += qmeegographicssystemhelper | ||
26 | -- | ||
27 | 1.8.1.2 | ||
28 | |||