From: Samuel Iglesias Gonsálvez Date: Fri, 21 Dec 2018 11:06:16 +0000 (+0100) Subject: Fix Visual Studio 2013 build of VkRunner X-Git-Tag: upstream/1.3.5~2185^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=512a972502ad91ab3d1270eb4b4ef508129b9cfc;p=platform%2Fupstream%2FVK-GL-CTS.git Fix Visual Studio 2013 build of VkRunner There were build errors related to undefined inline attribute and undefined offsetof() function. Change-Id: I111225756c1c950d73c4886fe1c2d3d203b567c2 Components: Vulkan VK-GL-CTS: 1530 (cherry picked from commit 0b091875702f6ac418928267917987196f0b1854) --- diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 2bd9aed..8c54064 100755 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -331,7 +331,7 @@ PACKAGES = [ GitRepo( "https://github.com/Igalia/vkrunner.git", None, - "bc4bd2bc11da08697143fdc23e4047c8c269bf50", + "2787f7ceaa96de8ad0c352629a4ed297da068872", "vkrunner"), ]