Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
29839b7f
Commit
29839b7f
authored
Apr 23, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opengl32: Specify the exact commit when fetching Khronos files.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0939a3f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
make_opengl
dlls/opengl32/make_opengl
+7
-4
No files found.
dlls/opengl32/make_opengl
View file @
29839b7f
...
...
@@ -317,8 +317,11 @@ if ($version eq "1.0") {
#
# Fetch the registry files
#
-
f
"gl.xml"
||
system
"wget https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml"
||
die
"cannot download gl.xml"
;
-
f
"wgl.xml"
||
system
"wget https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/wgl.xml"
||
die
"cannot download wgl.xml"
;
my
$url
=
"https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry"
;
my
$commit
=
"9929a7296ffdbd9c17125e1aa319cde78d1032e6"
;
-
f
"gl-$commit.xml"
||
system
"wget"
,
"-O"
,
"gl-$commit.xml"
,
"$url/$commit/xml/gl.xml"
||
die
"cannot download gl.xml"
;
-
f
"wgl-$commit.xml"
||
system
"wget"
,
"-O"
,
"wgl-$commit.xml"
,
"$url/$commit/xml/wgl.xml"
||
die
"cannot download wgl.xml"
;
#
...
...
@@ -559,8 +562,8 @@ sub parse_file($)
}
}
parse_file
(
"gl.xml"
);
parse_file
(
"wgl.xml"
);
parse_file
(
"gl
-$commit
.xml"
);
parse_file
(
"wgl
-$commit
.xml"
);
parse_file
(
"winegl.xml"
);
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment