diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-10-08 04:35:14 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-08 15:49:09 +0200 |
commit | 8ef8582725970d16115cb6bc4263bb5d55b2c613 (patch) | |
tree | 96a2438a2e5d3f8589538f161d964628752a8172 /recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch | |
parent | 32e011510587e537a82ce2666126781264d3143d (diff) | |
download | meta-qt5-8ef8582725970d16115cb6bc4263bb5d55b2c613.tar.gz |
qtwebkit-examples: enable building and packaging of examples by default
Note: binaries will go into ${PN}-examples, which is qtwebkit-examples-examples
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch b/recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch new file mode 100644 index 00000000..34d9622e --- /dev/null +++ b/recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch | |||
@@ -0,0 +1,29 @@ | |||
1 | From 50ab1eaf41445459422ef1fd4070ee158ea55d1c Mon Sep 17 00:00:00 2001 | ||
2 | From: Denys Dmytriyenko <denys@ti.com> | ||
3 | Date: Tue, 8 Oct 2013 00:18:10 -0400 | ||
4 | Subject: [PATCH] qtwebkit-examples: enable building examples by default | ||
5 | |||
6 | Examples are provided in sources, but the build for them is not enabled by | ||
7 | default. Since example binaries are packaged separately to ${PN}-examples, | ||
8 | having them built by default makes more sense. | ||
9 | |||
10 | Upstream-Status: Inappropriate [configuration] | ||
11 | |||
12 | Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||
13 | --- | ||
14 | qtwebkit-examples.pro | 2 +- | ||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
16 | |||
17 | diff --git a/qtwebkit-examples.pro b/qtwebkit-examples.pro | ||
18 | index 3fcecf1..2da8a36 100644 | ||
19 | --- a/qtwebkit-examples.pro | ||
20 | +++ b/qtwebkit-examples.pro | ||
21 | @@ -2,4 +2,4 @@ requires(qtHaveModule(webkit)) | ||
22 | |||
23 | load(qt_parts) | ||
24 | |||
25 | -SUBDIRS += doc | ||
26 | +SUBDIRS += doc examples | ||
27 | -- | ||
28 | 1.8.3.2 | ||
29 | |||