diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-09-29 05:37:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-04 04:23:53 +0200 |
commit | cfe122037d04fb78a8a21f7936e6822170916246 (patch) | |
tree | 286e3ec9aba1603aa77edbfde756998ef7798170 /recipes-qt/qt5/qtwayland/0001-examples.pro-include-server-buffer-only-when-buildin.patch | |
parent | 3700c51c246f6aaf8ef6a3ce098578664873c096 (diff) | |
download | meta-qt5-cfe122037d04fb78a8a21f7936e6822170916246.tar.gz |
qt*: refresh the patches
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwayland/0001-examples.pro-include-server-buffer-only-when-buildin.patch')
-rw-r--r-- | recipes-qt/qt5/qtwayland/0001-examples.pro-include-server-buffer-only-when-buildin.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtwayland/0001-examples.pro-include-server-buffer-only-when-buildin.patch b/recipes-qt/qt5/qtwayland/0001-examples.pro-include-server-buffer-only-when-buildin.patch index 998f8b67..1b46f9bc 100644 --- a/recipes-qt/qt5/qtwayland/0001-examples.pro-include-server-buffer-only-when-buildin.patch +++ b/recipes-qt/qt5/qtwayland/0001-examples.pro-include-server-buffer-only-when-buildin.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 201b36614907584a0d446975bddbb11a495540ed Mon Sep 17 00:00:00 2001 | 1 | From 6e554b116bfe57744a3de02370fd96b9ea13ecb2 Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Sat, 22 Feb 2014 17:47:44 +0100 | 3 | Date: Sat, 22 Feb 2014 17:47:44 +0100 |
4 | Subject: [PATCH] examples.pro: include server-buffer only when building with | 4 | Subject: [PATCH] examples.pro: include server-buffer only when building with |
@@ -14,10 +14,10 @@ Change-Id: I8412dfd4ebb95c147328ac6e4dfff14a0cff4e78 | |||
14 | 1 file changed, 3 insertions(+), 1 deletion(-) | 14 | 1 file changed, 3 insertions(+), 1 deletion(-) |
15 | 15 | ||
16 | diff --git a/examples/examples.pro b/examples/examples.pro | 16 | diff --git a/examples/examples.pro b/examples/examples.pro |
17 | index 2d4cd1b..fb2497e 100644 | 17 | index d633fb9..643c7cd 100644 |
18 | --- a/examples/examples.pro | 18 | --- a/examples/examples.pro |
19 | +++ b/examples/examples.pro | 19 | +++ b/examples/examples.pro |
20 | @@ -13,5 +13,7 @@ contains(CONFIG, wayland-compositor) { | 20 | @@ -9,5 +9,7 @@ contains(CONFIG, wayland-compositor) { |
21 | SUBDIRS += qml-compositor | 21 | SUBDIRS += qml-compositor |
22 | } | 22 | } |
23 | 23 | ||
@@ -27,5 +27,5 @@ index 2d4cd1b..fb2497e 100644 | |||
27 | + } | 27 | + } |
28 | } | 28 | } |
29 | -- | 29 | -- |
30 | 1.8.5.3 | 30 | 2.1.1 |
31 | 31 | ||