summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorFrancisco Gonzalez Morell <gzmorell@gmail.com>2010-02-24 00:01:39 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-02-24 00:40:20 +0100
commitf4f157041eb53f674d21d9a323f7245bc14fd844 (patch)
treefcc24f1cdcd6424989e61c59709658bf792f8ed1 /package/qt
parent7bd8125edc2c48aebc94f7e3a64712b4e50d7dab (diff)
downloadbuildroot-novena-f4f157041eb53f674d21d9a323f7245bc14fd844.tar.gz
buildroot-novena-f4f157041eb53f674d21d9a323f7245bc14fd844.zip
qt: fix the patch name for qt-4.5.3 version
Signed-off-by: Francisco Gonzalez Morell <gzmorell@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/qt-4.5.3-fix-qt-zlib-build.patch (renamed from package/qt/qt-4.5.2-fix-qt-zlib-build.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/qt/qt-4.5.2-fix-qt-zlib-build.patch b/package/qt/qt-4.5.3-fix-qt-zlib-build.patch
index b191cc751..47fc92f27 100644
--- a/package/qt/qt-4.5.2-fix-qt-zlib-build.patch
+++ b/package/qt/qt-4.5.3-fix-qt-zlib-build.patch
@@ -7,10 +7,10 @@ include path to fix this issue.
src/gui/painting/painting.pri | 3 +++
1 file changed, 3 insertions(+)
-Index: qt-embedded-linux-opensource-src-4.5.2/src/gui/painting/painting.pri
+Index: qt-embedded-linux-opensource-src-4.5.3/src/gui/painting/painting.pri
===================================================================
---- qt-embedded-linux-opensource-src-4.5.2.orig/src/gui/painting/painting.pri
-+++ qt-embedded-linux-opensource-src-4.5.2/src/gui/painting/painting.pri
+--- qt-embedded-linux-opensource-src-4.5.3.orig/src/gui/painting/painting.pri
++++ qt-embedded-linux-opensource-src-4.5.3/src/gui/painting/painting.pri
@@ -367,3 +367,6 @@
SOURCES += painting/qwindowsurface_d3d.cpp
}