summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-05-28 13:02:25 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-28 18:20:25 +0200
commit4a82435fff932711146b5c36342556fb8af7003c (patch)
tree33088ae60e6797064bf5ab21bfdb9aac5b402161
parent34bf6934ea3a51e6ed9cd71616501c9d1f5e52ee (diff)
downloadmeta-qt5-4a82435fff932711146b5c36342556fb8af7003c.tar.gz
qtbase: Refresh 0016-configure-add-tslib-support.patch from stable branch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtbase-5.0.2/0016-Allow-tslib-to-be-specified-at-configure-time.patch (renamed from recipes-qt/qt5/qtbase-5.0.2/0016-configure-add-tslib-support.patch)28
-rw-r--r--recipes-qt/qt5/qtbase_5.0.2.bb2
2 files changed, 12 insertions, 18 deletions
diff --git a/recipes-qt/qt5/qtbase-5.0.2/0016-configure-add-tslib-support.patch b/recipes-qt/qt5/qtbase-5.0.2/0016-Allow-tslib-to-be-specified-at-configure-time.patch
index f69b9adf..387961b4 100644
--- a/recipes-qt/qt5/qtbase-5.0.2/0016-configure-add-tslib-support.patch
+++ b/recipes-qt/qt5/qtbase-5.0.2/0016-Allow-tslib-to-be-specified-at-configure-time.patch
@@ -1,26 +1,24 @@
1From 3038a3c7678867f8a7a30de7973d0eca8c0d737f Mon Sep 17 00:00:00 2001 1From 665841d6c38faecbf7848c0f4bbf3b0537b6a0a1 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@eukrea.com> 2From: Michael Brasser <michael.brasser@live.com>
3Date: Mon, 27 May 2013 18:45:03 +0200 3Date: Tue, 26 Mar 2013 09:22:51 -0500
4Subject: [PATCH 16/16] configure: add tslib support 4Subject: [PATCH 16/16] Allow tslib to be specified at configure time.
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8 5
9Signed-off-by: Eric Bénard <eric@eukrea.com> 6Change-Id: I0ebf0eeea7e6a0b8136fb805f34f04082bc58c5e
7Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
10--- 8---
11 configure | 24 ++++++++++++++++++++++++ 9 configure | 20 ++++++++++++++++++++
12 src/plugins/generic/generic.pro | 4 ++++ 10 src/plugins/generic/generic.pro | 4 ++++
13 2 files changed, 28 insertions(+) 11 2 files changed, 24 insertions(+)
14 12
15diff --git a/configure b/configure 13diff --git a/configure b/configure
16index ac09bbf..f1252a0 100755 14index ac09bbf..188e941 100755
17--- a/configure 15--- a/configure
18+++ b/configure 16+++ b/configure
19@@ -829,6 +829,7 @@ CFG_KMS=auto 17@@ -829,6 +829,7 @@ CFG_KMS=auto
20 CFG_LIBUDEV=auto 18 CFG_LIBUDEV=auto
21 CFG_OBSOLETE_WAYLAND=no 19 CFG_OBSOLETE_WAYLAND=no
22 CFG_EVDEV=auto 20 CFG_EVDEV=auto
23+CFG_TSLIB=auto 21+CFG_TSLIB=no
24 CFG_NIS=auto 22 CFG_NIS=auto
25 CFG_CUPS=auto 23 CFG_CUPS=auto
26 CFG_ICONV=auto 24 CFG_ICONV=auto
@@ -38,7 +36,7 @@ index ac09bbf..f1252a0 100755
38 cups) 36 cups)
39 if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then 37 if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then
40 CFG_CUPS="$VAL" 38 CFG_CUPS="$VAL"
41@@ -4815,6 +4823,22 @@ if [ "$CFG_EVDEV" = "no" ]; then 39@@ -4815,6 +4823,18 @@ if [ "$CFG_EVDEV" = "no" ]; then
42 QMakeVar add DEFINES QT_NO_EVDEV 40 QMakeVar add DEFINES QT_NO_EVDEV
43 fi 41 fi
44 42
@@ -53,10 +51,6 @@ index ac09bbf..f1252a0 100755
53+ CFG_TSLIB=no 51+ CFG_TSLIB=no
54+ fi 52+ fi
55+fi 53+fi
56+if [ "$CFG_TSLIB" = "no" ]; then
57+ QMakeVar add DEFINES QT_NO_TSLIB
58+fi
59+
60+ 54+
61 # Check we actually have X11 :-) 55 # Check we actually have X11 :-)
62 if compileTest x11/xlib "XLib"; then 56 if compileTest x11/xlib "XLib"; then
diff --git a/recipes-qt/qt5/qtbase_5.0.2.bb b/recipes-qt/qt5/qtbase_5.0.2.bb
index c93c0127..89cfb725 100644
--- a/recipes-qt/qt5/qtbase_5.0.2.bb
+++ b/recipes-qt/qt5/qtbase_5.0.2.bb
@@ -4,7 +4,7 @@ require ${PN}.inc
4PR = "${INC_PR}.0" 4PR = "${INC_PR}.0"
5 5
6SRC_URI += " \ 6SRC_URI += " \
7 file://0016-configure-add-tslib-support.patch \ 7 file://0016-Allow-tslib-to-be-specified-at-configure-time.patch \
8" 8"
9 9
10SRC_URI[md5sum] = "a4fec8ed03867c4ee4fe5a46001a11f0" 10SRC_URI[md5sum] = "a4fec8ed03867c4ee4fe5a46001a11f0"