summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-11-01 11:28:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-01 17:27:41 +0100
commitb8e0860da9a4b3949d0801a9491781a56cead438 (patch)
tree768a1aa13cbf53682cf5f123c322a74d3c2a45fc /patches/patch-chromium.sh
parent2b9354c5399eeb538f31b1afc20b6d54f455bfcb (diff)
Add patch: Fix the build with a GL ES2 configured Qt.
Change-Id: Ice94e3cefca317573db3492dd6622d20f4b6e00a Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index a1debf416..510237a5a 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -67,6 +67,7 @@ git am $PATCH_DIR/0001-Build-files-necessary-for-touch-and-gestures.patch
git am $PATCH_DIR/0001-remove-Wno-deprecated-register-from-common.gypi.patch
git am $PATCH_DIR/0001-Solve-conflicts-when-including-both-QtOpenGL-headers.patch
git am $PATCH_DIR/0001-Do-not-forward-declare-UIResourceRequest-Identity-an.patch
+git am $PATCH_DIR/0001-Fix-the-build-with-a-GL-ES2-configured-Qt.patch
cd $CHROMIUM_SRC_DIR/third_party/WebKit
echo "Entering $PWD"