From aa193d546943dda162a5e98ff6577877ae65de69 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Fri, 25 May 2018 13:37:12 +0200 Subject: [PATCH] snap: use the same swiftshader branch as the emugl project does This gives us various fixes needed to get a working graphical experience with the swiftshader OpenGL ES driver. --- snap/snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9f6bcf3..e767e85 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -133,9 +133,10 @@ parts: swiftshader: plugin: cmake - source: https://github.com/google/swiftshader.git + source: https://swiftshader.googlesource.com/SwiftShader source-type: git - source-commit: cbb80f5f0078a9941f3ec43e83e52c3d15a43bea + # Points to latest head of branch android-emulator-current-release + source-commit: 79acc73de8a455f79fb7e458719adc86aa798f07 override-build: | git submodule update --init snapcraftctl build