diff options
author | Julien CORJON <corjon.j@ecagroup.com> | 2016-03-17 10:42:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-20 23:22:42 +0100 |
commit | 940bfe2f4336a3fea1ec6805db1f90ce83bd4a78 (patch) | |
tree | 44e6e84b3d1bf47e8d5b395abd6cbb73b03ef498 /package/qt5/qt5webkit-examples/0001-build.patch | |
parent | 1c7cae04b2c152055e9a4d08313fe3051a2b1218 (diff) | |
download | buildroot-940bfe2f4336a3fea1ec6805db1f90ce83bd4a78.tar.gz buildroot-940bfe2f4336a3fea1ec6805db1f90ce83bd4a78.zip |
package/qt5webkit-examples: remove obsolete package
Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
[Thomas: add removed option to Config.in.legacy.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5webkit-examples/0001-build.patch')
-rw-r--r-- | package/qt5/qt5webkit-examples/0001-build.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/qt5/qt5webkit-examples/0001-build.patch b/package/qt5/qt5webkit-examples/0001-build.patch deleted file mode 100644 index 68964f01ff..0000000000 --- a/package/qt5/qt5webkit-examples/0001-build.patch +++ /dev/null @@ -1,30 +0,0 @@ -This patch improves the qt5webkit examples build for 2 aspects: - -# Allows to build even if qt5base examples are not enabled -# Builds xmlpatterns example only if the qt5xmlpattern package has been built - -Signed-off-by: Massimo Callegari <massimocallegari@yahoo.it> - -Index: b/examples/webkitwidgets/webkitwidgets.pro -=================================================================== ---- /dev/null -+++ b/examples/webkitwidgets/webkitwidgets.pro -@@ -8,5 +8,6 @@ - framecapture \ - browser \ - embedded \ -- scroller \ -- xmlpatterns -+ scroller -+ -+qtHaveModule(xmlpatterns): SUBDIRS += xmlpatterns -Index: b/qtwebkit-examples.pro -=================================================================== ---- /dev/null -+++ b/qtwebkit-examples.pro -@@ -3,3 +3,4 @@ - load(qt_parts) - - SUBDIRS += doc -+SUBDIRS += examples - |